From 2c1e7535b87bac93a3b2e6894ed85f210d07062a Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 22 Jan 2024 23:38:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20debian=20=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=86=85=E6=9B=B4=E6=96=B0=E6=BA=90=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=88=86=E6=94=AF=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/update.sh b/shell/update.sh index 4293e35f..c26e9b95 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -267,8 +267,8 @@ update_qinglong() { echo -e "使用 ${mirror} 源更新...\n" local primary_branch="master" - if [[ "${QL_BRANCH}" == "develop" ]]; then - primary_branch="develop" + if [[ "${QL_BRANCH}" == "develop" ]] || [[ "${QL_BRANCH}" == "debian" ]] || [[ "${QL_BRANCH}" == "debian-dev" ]]; then + primary_branch="${QL_BRANCH}" fi wget -cqO "${dir_tmp}/ql.zip" "${downloadQLUrl}/${primary_branch}.zip"