From eff109bf81163d68f447b02aebfb389bbb99f6b9 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sat, 24 Jul 2021 23:17:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbot.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/bot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/bot.sh b/shell/bot.sh index 373ec42c..02d20f3e 100644 --- a/shell/bot.sh +++ b/shell/bot.sh @@ -30,6 +30,7 @@ if [[ $PipMirror ]]; then pip3 config set global.index-url $PipMirror fi cp -f "$repo_path/jbot/requirements.txt" "$dir_root" +cd $dir_root pip3 --default-timeout=100 install -r requirements.txt --no-cache-dir echo -e "\npython3依赖安装成功...\n"