diff --git a/install.sh b/install.sh index eab836a..6b542bc 100644 --- a/install.sh +++ b/install.sh @@ -321,6 +321,8 @@ start_process_systemd(){ systemctl start nginx judge "Nginx 启动" + systemctl enable nginx + judge "设置 Nginx 开机自启" systemctl start v2ray judge "V2ray 启动"