Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1009 → Rev 1010

/scripts/alcasar-urpmi.sh
64,13 → 64,14
echo "the installed operating system is unknown"
exit 1
fi
if [ "$DISTRIBUTION" == "Mandriva" ]
if [ "$DISTRIBUTION" == "Mandriva Linux" ]
then
echo "La migration automatique du système ne peut être réalisée."
echo "Réalisez une mise à jour manuelle (cf. doc)."
echo "Récupérez le fichier /tmp/alcasar-conf.tar.gz et faites une mise à jour manuelle (cf. readme.txt)."
echo "The automatic system update can't perform."
echo "Do a manual update (see doc)."
exit 1
echo "Retrieve the file /tmp/alcasar-conf.tar.gz and do a manual update (see readme.txt)."
ls -l /tmp
exit 1
fi
# We prefer wget than curl
urpmi --no-verify-rpm --auto conf/rpms/$ARCH/wget*.rpm