Some try
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ install() {
|
|||||||
install_python3() {
|
install_python3() {
|
||||||
test_command apt
|
test_command apt
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
sudo apt install python3 python3-pip
|
sudo apt install -y python3 python3-pip
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user