mirror of
https://github.com/frappe/bench.git
synced 2024-11-14 09:14:04 +00:00
Update setup_frappe.sh
package ius-release is using other name so script fail because dont find the package more info: http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/x86_64/repoview/ius-release.html
This commit is contained in:
parent
ba4bdafe44
commit
1d63353974
@ -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