We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ee366 commit 9a4f833Copy full SHA for 9a4f833
install-build-deps.sh
@@ -31,7 +31,7 @@ if [ -e /usr/bin/yum ] ; then
31
yum -y install autotools-latest # 19 MB
32
33
if [ "$ARCH" == "x86_64" ]; then
34
- rpm -ivh ftp://fr2.rpmfind.net/linux/dag/redhat/el6/en/$ARCH/dag/RPMS/zsync-0.6.2-1.el6.rf.$ARCH.rpm
+ rpm -ivh http://kikitux.net/zsync/zsync-0.6.2-1.el6.rf.x86_64.rpm
35
fi
36
if [ "$ARCH" == "i386" ]; then
37
rpm -ivh ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/uibmz:/opsi:/opsi40-testing/CentOS_CentOS-6/i386/zsync-0.6.1-6.2.i386.rpm
0 commit comments