From c4fecaaa9979752f4ffd795ab7c0d94451b7e376 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Fri, 17 Sep 2021 21:28:15 +0100 Subject: [PATCH] Fix script to install scone sous --- contrib/install_scone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/install_scone.sh b/contrib/install_scone.sh index 5164f1b..1add72e 100755 --- a/contrib/install_scone.sh +++ b/contrib/install_scone.sh @@ -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