定时任务默认倒序,显示任务总条数,#22 #23 #173 #175

This commit is contained in:
hanhh
2021-05-24 20:27:25 +08:00
parent 4958d700de
commit 91e4905a3f
9 changed files with 69 additions and 11 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ fi
echo -e "\nbot文件下载成功...\n"
echo -e "3、安装python3依赖...\n"
pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
if [[ $PipMirror ]]; then
pip3 config set global.index-url $PipMirror
fi
cp -f "$repo_path/jbot/requirements.txt" "$dir_root"
pip3 --default-timeout=100 install -r requirements.txt --no-cache-dir
echo -e "\npython3依赖安装成功...\n"