This commit is contained in:
Thomas Forgione 2019-04-26 17:06:00 +02:00
parent ba064727a8
commit c36b2f502a
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

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