Update rhel.sh

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

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

Loading…
Cancel
Save