Update rhel.sh

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

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

Loading…
Cancel
Save