mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +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
|
||||
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/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 ius-release-1.0-11.ius.centos6.noarch.rpm
|
||||
rpm -Uvh ius-release-1.0-13.ius.centos6.noarch.rpm
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user