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