From 6775f5433df9e1b3b26fcaf2f402914e855aa88f Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Tue, 2 May 2023 13:09:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2shell=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uengine-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uengine-installer b/uengine-installer index 5840593..9b8a45d 100755 --- a/uengine-installer +++ b/uengine-installer @@ -67,7 +67,7 @@ echo "开始部署。部署过程会需要root权限,完成后会要求重启 cd /tmp tar -xf "$tar_path" # 移除包内旧版的run_daemon.sh(如果有的话) -aria2c -x 16 -s 16 -d /tmp -o run_daemon.sh https://code.gitlink.org.cn/gfdgd_xi/uengine-installer-bak/raw/branch/master/run_daemon.sh +aria2c -x 16 -s 16 -d /tmp -o run_daemon.sh http://uengine-runner.gfdgdxi.top/shell/run_daemon.sh if [[ $? == 0 ]]; then # 如果下载成功,就使用下载好的 run_daemon.sh if [[ -f /tmp/run_daemon.sh ]]; then