From 4ecbda17ec9fad8682a75be2f5b141be23a8335c Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Wed, 4 Aug 2021 13:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8sleep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tasks/qlrepo/extra.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Tasks/qlrepo/extra.sh b/Tasks/qlrepo/extra.sh index 3054708..fb1d117 100644 --- a/Tasks/qlrepo/extra.sh +++ b/Tasks/qlrepo/extra.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -## Mod: Build20210803V1 +## Mod: Build20210804V1 ## 添加你需要重启自动执行的任意命令,比如 ql repo ## 安装node依赖使用 pnpm install -g xxx xxx(Build 20210728-002 及以上版本的 code.sh,可忽略) ## 安装python依赖使用 pip3 install xxx(Build 20210728-002 及以上版本的 code.sh,可忽略) @@ -14,9 +14,8 @@ ### (1)默认不安装,因为 Build 20210728-002 及以上版本的 code.sh 自动检查修复依赖 ### (2)若需要在此处使用,请在设置区设置 ## 3. Ninja -### (1)默认不启动和更新 -### (2)若需要启动和更新,则令 Ninja="up",此情况下未运行成功将强制重装 -### (3)⚠未修改容器映射的请勿修改,否则会出现青龙打不开或者设备死机等不良后果,映射参考 https://github.com/MoonBegonia/ninja#%E5%AE%B9%E5%99%A8%E5%86%85 +### (1)默认启动并自动更新,未运行成功将强制重装 +### (2)⚠未修改容器映射的请勿修改,否则会出现青龙打不开或者设备死机等不良后果,映射参考 https://github.com/MoonBegonia/ninja#%E5%AE%B9%E5%99%A8%E5%86%85 #------ 设置区 ------# @@ -74,6 +73,7 @@ CR7(){ } for i in ${CollectedRepo[@]}; do CR$i + sleep 10 done OR1(){ @@ -120,6 +120,7 @@ OR14(){ } for i in ${OtherRepo[@]}; do OR$i + sleep 5 done @@ -221,4 +222,4 @@ install_dependencies_all(){ if [ "${dependencies}" = "yes" ]; then install_dependencies_all & -fi \ No newline at end of file +fi