Update rhel.sh
This commit is contained in:
parent
13a2014558
commit
f7c0cd82a0
|
|
@ -31,12 +31,12 @@ fi
|
|||
|
||||
# install remi source
|
||||
if [ "$VERSION_ID" == "9" ];then
|
||||
echo "install remi start"
|
||||
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
|
||||
echo "install remi end"
|
||||
fi
|
||||
|
||||
#https need
|
||||
|
|
|
|||
Loading…
Reference in New Issue