mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复bot依赖安装目录
This commit is contained in:
parent
2afbfa08c6
commit
fca7b02656
|
@ -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