From 01bb3ad057f3ac95eb452455e98c867bd28eba14 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Tue, 20 Jul 2021 20:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/1custom.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Scripts/sh/1custom.sh b/Scripts/sh/1custom.sh index 2517588..5014de6 100644 --- a/Scripts/sh/1custom.sh +++ b/Scripts/sh/1custom.sh @@ -62,12 +62,6 @@ if [ $Rextra = 'y' ]; then read -p "输入你想拉取的仓库编号(默认为 4):" defaultNum defaultNum=${defaultNum:-'4'} sed -i "s/\$default4/\$default$defaultNum/g" $extra_shell_path - # 拷贝对应的 utils 文件夹 - if [ $defaultNum -gt 1 -a $defaultNum -ne 5 ]; then - repo=(1 JDHelloWorld/jd_scripts he1pu/JDHelp shufflewzc/faker2 5 Aaron-lv/sync_jd_scripts) - sudo apt-get install subversion - svn checkout https://github.com/${repo[defaultNum-1]}/trunk/utils $dir_script - fi # 将 extra.sh 添加到定时任务 if [ "$(grep -c extra /ql/config/crontab.list)" = 0 ]; then echo "开始添加 task ql extra"