From ce2cb278b9b18415caaadb6ae062dbf8170b419e Mon Sep 17 00:00:00 2001 From: zq1121734772 <42993271+zq1121734772@users.noreply.github.com> Date: Mon, 21 Jun 2021 09:45:47 +0800 Subject: [PATCH] Update update.sh --- shell/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/update.sh b/shell/update.sh index 5c5ef2d4..3e7cb466 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -262,7 +262,7 @@ update_qinglong() { fix_config [ -f $dir_root/package.json ] && ql_depend_old=$(cat $dir_root/package.json) - reset_romote_url ${dir_root} "${github_proxy_url}https://github.com/whyour/qinglong.git" + reset_romote_url ${dir_root} "${github_proxy_url}"https://github.com/strawferry/qinglong-static.git git_pull_scripts $dir_root if [[ $exit_status -eq 0 ]]; then @@ -277,7 +277,7 @@ update_qinglong() { echo -e "\n更新$dir_root失败,请检查原因...\n" fi - local url="${github_proxy_url}https://github.com/whyour/qinglong-static.git" + local url="${github_proxy_url}"https://github.com/strawferry/qinglong-static.git if [ -d ${ql_static_repo}/.git ]; then reset_romote_url ${ql_static_repo} ${url} cd ${ql_static_repo}