mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复bot依赖安装目录
This commit is contained in:
parent
5a24f62a62
commit
7cc6081d15
|
@ -34,7 +34,7 @@ if [[ $PipMirror ]]; then
|
|||
fi
|
||||
cp -f "$repo_path/jbot/requirements.txt" "$dir_data"
|
||||
|
||||
cd $dir_root
|
||||
cd $dir_data
|
||||
cat requirements.txt | while read LREAD
|
||||
do
|
||||
if [[ ! $(pip3 show "${LREAD%%=*}" 2>/dev/null) ]]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user