🔨sleep

This commit is contained in:
Leon 2021-08-04 13:20:28 +08:00 committed by GitHub
parent 78c658567d
commit 4ecbda17ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
## Mod: Build20210803V1
## Mod: Build20210804V1
## 添加你需要重启自动执行的任意命令,比如 ql repo
## 安装node依赖使用 pnpm install -g xxx xxxBuild 20210728-002 及以上版本的 code.sh可忽略
## 安装python依赖使用 pip3 install xxxBuild 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
fi