Update rhel.sh

pull/407/head
midoks 2 years ago
parent edc0be11a1
commit 63a0f0fbdc
  1. 4
      scripts/install/rhel.sh

@ -30,10 +30,12 @@ if [ $VERSION_ID -ge 8 ];then
fi
# install remi source
if [ $VERSION_ID -ge 8 ];then
if [ $VERSION_ID -eq 9 ];then
if [ ! -d /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
fi
#https need
if [ ! -d /root/.acme.sh ];then

Loading…
Cancel
Save