Skip to content

Commit

Permalink
修复bot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhh committed Jul 24, 2021
1 parent 0113892 commit 728f39c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/bot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 728f39c

Please sign in to comment.