From c36b2f502a8ab139b8341cad748b783d12383deb Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 26 Apr 2019 17:06:00 +0200 Subject: [PATCH] Some try --- tforgione.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tforgione.sh b/tforgione.sh index c860b4d..6c015a1 100755 --- a/tforgione.sh +++ b/tforgione.sh @@ -72,7 +72,7 @@ install() { install_python3() { test_command apt if [ $? -eq 0 ]; then - sudo apt install python3 python3-pip + sudo apt install -y python3 python3-pip return fi