mirror of
https://github.com/frappe/bench.git
synced 2025-01-23 23:18:24 +00:00
Update ius URL for CentOS 6
This commit is contained in:
parent
1370f095d3
commit
7a9dc9a5ac
@ -141,9 +141,9 @@ add_debian_mariadb_repo() {
|
|||||||
add_ius_repo() {
|
add_ius_repo() {
|
||||||
if [ $OS_VER -eq "6" ]; then
|
if [ $OS_VER -eq "6" ]; then
|
||||||
wget http://dl.iuscommunity.org/pub/ius/stable/CentOS/$OS_VER/$T_ARCH/epel-release-6-5.noarch.rpm
|
wget http://dl.iuscommunity.org/pub/ius/stable/CentOS/$OS_VER/$T_ARCH/epel-release-6-5.noarch.rpm
|
||||||
wget http://dl.iuscommunity.org/pub/ius/stable/CentOS/$OS_VER/$T_ARCH/ius-release-1.0-13.ius.centos6.noarch.rpm
|
wget http://dl.iuscommunity.org/pub/ius/stable/CentOS/$OS_VER/$T_ARCH/ius-release-1.0-14.ius.centos6.noarch.rpm
|
||||||
rpm --quiet -q epel-release || rpm -Uvh epel-release-6-5.noarch.rpm
|
rpm --quiet -q epel-release || rpm -Uvh epel-release-6-5.noarch.rpm
|
||||||
rpm --quiet -q ius-release || rpm -Uvh ius-release-1.0-13.ius.centos6.noarch.rpm
|
rpm --quiet -q ius-release || rpm -Uvh ius-release-1.0-14.ius.centos6.noarch.rpm
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user