From 50b44d471bbf7dceda9aa7e8431a6000b1b52242 Mon Sep 17 00:00:00 2001 From: Leon Date: Fri, 30 Jul 2021 22:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/Update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/Update.sh b/Scripts/sh/Update.sh index d846400..c5b91f9 100644 --- a/Scripts/sh/Update.sh +++ b/Scripts/sh/Update.sh @@ -22,7 +22,7 @@ mv -b $config_raw_path $dir_config curl -sL https://git.io/extra.sh > $extra_raw_path mv -b $extra_raw_path $dir_config -sed -i "s/\$default4/\$default${defaultNum}/g" $extra_config_path +sed -i "s/CollectedRepo=(4)/CollectedRepo=(${defaultNum})/g" $extra_config_path curl -sL https://git.io/code.sh > $code_raw_path mv -b $code_raw_path $dir_config