Update pialert_install.sh

This commit is contained in:
pucherot
2021-02-08 11:37:28 +01:00
committed by GitHub
parent af93a12b8f
commit 097e5e738e

View File

@@ -377,7 +377,7 @@ install_python() {
print_msg "- Using Python 3"
else
print_msg "- Installing Python 3..."
sudo apt-get install python -y 2>&1 >> "$LOG"
sudo apt-get install python3 -y 2>&1 >> "$LOG"
fi
PYTHON_BIN="python3"
else