From 24612e1eb4107639eaed56d542dec41ae6e51e13 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Thu, 22 Jul 2021 17:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/Update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Scripts/sh/Update.sh b/Scripts/sh/Update.sh index b933b44..98cb199 100644 --- a/Scripts/sh/Update.sh +++ b/Scripts/sh/Update.sh @@ -15,16 +15,16 @@ defaultNum=4 repoNum=4 -ql raw https://git.io/config.sh +curl -sL https://git.io/config.sh > $config_raw_path mv -b $config_raw_path $dir_config -ql raw https://git.io/extra.sh +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 -ql raw https://git.io/code.sh +curl -sL https://git.io/code.sh > $code_raw_path mv -b $code_raw_path $dir_config sed -i "s/\$repo4/\$repoNum${repoNum}/g" $code_config_path -ql raw https://git.io/task_before.sh +curl -sL https://git.io/task_before.sh > $task_before_raw_path # mv -b $task_before_raw_path $dir_config