From 0eab181d46e34ed78065f90232f30d6359c2beb7 Mon Sep 17 00:00:00 2001 From: whyour Date: Thu, 29 Dec 2022 12:15:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9update=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/update.sh b/shell/update.sh index 1f984f68..48e2e4a8 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -238,6 +238,7 @@ update_qinglong() { if [[ $exit_status -eq 0 ]]; then echo -e "\n更新青龙源文件成功...\n" + reset_romote_url ${dir_root} "https://${mirror}.com/whyour/qinglong.git" ${primary_branch} cp -f $file_config_sample $dir_config/config.sample.sh update_depend @@ -263,6 +264,7 @@ update_qinglong_static() { fi if [[ $exit_status -eq 0 ]]; then echo -e "\n更新青龙静态资源成功...\n" + reset_romote_url ${ql_static_repo} ${url} ${primary_branch} rm -rf $dir_static/* cp -rf $ql_static_repo/* $dir_static