From 7e6a1d9a3d7c2ce3077586a0c577055a5792d4b4 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sun, 8 Jan 2017 01:00:40 +0300 Subject: [PATCH] eix-remote update -> update2 https://forums.gentoo.org/viewtopic-t-1056410.html?sid=8abf22a105655b1e3cd80516382dcc60 --- sbin/gentoo-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/gentoo-upgrade.sh b/sbin/gentoo-upgrade.sh index 5f988d4..20d4f7d 100755 --- a/sbin/gentoo-upgrade.sh +++ b/sbin/gentoo-upgrade.sh @@ -165,7 +165,7 @@ if [ $STAGE_CNT -eq $STAGE ]; then # eix-remote update if [ `which eix-remote 2>/dev/null` ]; then - $NICE_CMD eix-remote update + $NICE_CMD eix-remote update2 # Don't check command status as gpo.zugaina.org sometimes gets broken archive for a long time # [ 0 -ne $? ] && echo "Stage $STAGE: 1'st eix-remote update failed ;-( =======" && exit $STAGE fi