Fix script to install scone sous
This commit is contained in:
parent
48d6a70943
commit
c4fecaaa99
@ -15,7 +15,7 @@ version='0.2.0'
|
|||||||
python3 setup.py sdist
|
python3 setup.py sdist
|
||||||
|
|
||||||
if ! ssh -q "$remote" -- dpkg-query -W -f="'"'${Status}'"'" python3-venv | grep "ok installed"; then
|
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
|
else
|
||||||
echo "python3-venv already installed"
|
echo "python3-venv already installed"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user