Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 460 → Rev 461

/scripts/alcasar-urpmi.sh
35,9 → 35,6
fi
done
IFS="$old"
# migrate
if [ $CURRENT_VERSION != "2010.2" ]
then
###########################
# For International install
#MIRRORLIST="http://api.mandriva.com/mirrors/basic.$VERSION.$ARCH.list"
54,14 → 51,11
then
exit 1
fi
echo "Migration du système en Mandriva $VERSION ! Cela peut durer un certains temps ... "
echo "Il est temps d'aller prendre un café :-) "
echo "Mandriva Linux migration in progress. It could take a while ..."
echo "You should now take a Beer ;-) "
fi
# update testing and download RPM in cache
echo "Récupération des paquetages de mise à jour. Veuillez patienter ..."
echo "Updated RPM download. Please wait ..."
echo "Il est temps d'aller prendre un café :-) "
echo "You should now take a Beer ;-) "
urpmi --auto --auto-update --quiet --test --retry 2
if [ "$?" != "0" ]
then