mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复bot.sh
This commit is contained in:
parent
1614f3c8ad
commit
eff109bf81
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user