Fix script to install scone sous

This commit is contained in:
Olivier 'reivilibre' 2021-09-17 21:28:15 +01:00
parent 48d6a70943
commit c4fecaaa99
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ version='0.2.0'
python3 setup.py sdist
if ! ssh -q "$remote" -- dpkg-query -W -f="'"'${Status}'"'" python3-venv | grep "ok installed"; then
ssh -qt "$remote" -- sudo apt-get install python3 python3-venv
ssh -qt "$remote" -- sudo apt-get install -yq python3 python3-venv build-essential
else
echo "python3-venv already installed"
fi