Some try
This commit is contained in:
parent
ba064727a8
commit
c36b2f502a
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue