mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
Merge pull request #48 from williamjmorenor/patch-2
Update setup_frappe.sh
This commit is contained in:
commit
8825a3ae39
@ -158,9 +158,9 @@ add_ius_repo() {
|
|||||||
fi
|
fi
|
||||||
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-11.ius.centos6.noarch.rpm
|
wget http://dl.iuscommunity.org/pub/ius/stable/CentOS/$OS_VER/$T_ARCH/ius-release-1.0-13.ius.centos6.noarch.rpm
|
||||||
rpm -Uvh epel-release-6-5.noarch.rpm
|
rpm -Uvh epel-release-6-5.noarch.rpm
|
||||||
rpm -Uvh ius-release-1.0-11.ius.centos6.noarch.rpm
|
rpm -Uvh ius-release-1.0-13.ius.centos6.noarch.rpm
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user