From ca5594a9857c85b5ff8d3370ea30c24d939d5751 Mon Sep 17 00:00:00 2001 From: pucherot Date: Mon, 8 Feb 2021 11:37:28 +0100 Subject: [PATCH] Update pialert_install.sh --- install/pialert_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pialert_install.sh b/install/pialert_install.sh index 37e8f73d..c3679160 100644 --- a/install/pialert_install.sh +++ b/install/pialert_install.sh @@ -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