This commit is contained in:
2019-04-26 17:06:00 +02:00
parent ba064727a8
commit c36b2f502a

View File

@@ -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