Update rhel.sh

pull/407/head
midoks 2 years ago
parent 005e0f1513
commit 5981f94376
  1. 2
      scripts/install/rhel.sh

@ -31,7 +31,7 @@ fi
# install remi source
if [ "$VERSION_ID" == "9" ];then
if [ ! -d /etc/yum.repos.d/remi.repo ];then
if [ ! -f /etc/yum.repos.d/remi.repo ];then
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-9.rpm
rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi
fi

Loading…
Cancel
Save