mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-01 01:09:39 +00:00
update syntax
This commit is contained in:
parent
91bca0cb1f
commit
72a2e3722e
1 changed files with 2 additions and 2 deletions
|
@ -849,8 +849,8 @@ fi
|
|||
fi
|
||||
|
||||
# check version
|
||||
aqt-venv/${VENV_BIN_DIR}/pip list | grep 'aqtinstall\s*1.1.3' || [[ $? -ne 0 ]]
|
||||
if [[ $? -eq 0 ]]; then
|
||||
aqt-venv/${VENV_BIN_DIR}/pip list | grep 'aqtinstall\s*1.1.3' || [ $? -ne 0 ]
|
||||
if [ $? -eq 0 ]; then
|
||||
echo " Installing aqt wheel into virtualenv..."
|
||||
run_cmd "aqt-venv/${VENV_BIN_DIR}/pip" install aqtinstall==1.1.3
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue