|
|
@ -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 |
|
|
|