From 98e070f9ae534a9dbc94d38f6c7f29e9fe2677f3 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Fri, 12 Aug 2022 15:27:00 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e4dd067..60358ce 100644 --- a/install.sh +++ b/install.sh @@ -73,7 +73,7 @@ elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "${UPSTREAM_ID}" = "rhe # needs more work before it can be enabled # || [ "${UPSTREAM_ID}" = "suse" ] sudo yum update -y - sudo apt-get install -y "${PREREQ1}" "${PREREQ2}" "${PREREQ3}" "${PREREQ4}" "${PREREQRPM}" # git + sudo yum install -y "${PREREQ1}" "${PREREQ2}" "${PREREQ3}" "${PREREQ4}" "${PREREQRPM}" # git else echo "Unsupported OS" # here you could ask the user for permission to try and install anyway