mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +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
|
pip3 config set global.index-url $PipMirror
|
||||||
fi
|
fi
|
||||||
cp -f "$repo_path/jbot/requirements.txt" "$dir_root"
|
cp -f "$repo_path/jbot/requirements.txt" "$dir_root"
|
||||||
|
cd $dir_root
|
||||||
pip3 --default-timeout=100 install -r requirements.txt --no-cache-dir
|
pip3 --default-timeout=100 install -r requirements.txt --no-cache-dir
|
||||||
echo -e "\npython3依赖安装成功...\n"
|
echo -e "\npython3依赖安装成功...\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user