Update rhel.sh

pull/428/head
midoks 2 years ago
parent f320d7cc69
commit 8f19a05755
  1. 3
      scripts/install/rhel.sh

@ -31,6 +31,9 @@ fi
echo "install remi source" echo "install remi source"
if [ "$VERSION_ID" == "9" ];then if [ "$VERSION_ID" == "9" ];then
# dnf upgrade --refresh -y
dnf config-manager --set-enabled crb
echo "install remi start" echo "install remi start"
if [ ! -f /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 -ivh http://rpms.famillecollet.com/enterprise/remi-release-9.rpm

Loading…
Cancel
Save