From 68b9503ade4f52ac901dfb0b7be96962c840960f Mon Sep 17 00:00:00 2001 From: Uk49582 <128446293+Uk49582@users.noreply.github.com> Date: Fri, 31 Mar 2023 15:08:03 +1100 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 9e3cf08c..499f35e7 100755 --- a/install.sh +++ b/install.sh @@ -49,9 +49,9 @@ if [ -f /etc/redhat-release ]; then WWW_OWNER="nginx" ./install_sqlite.sh - if [ ! -f /usr/local/bin/python2.7 ]; then - echo "[`date`] Installing Python2.7 as a pre-req" - ./install_python2.7.sh + if [ ! -f /usr/local/bin/python3.8 ]; then + echo "[`date`] Installing Python3.8 as a pre-req" + ./install_python3.8.sh fi ./install_supervisord.sh