Subversion Repositories ALCASAR

Rev

Rev 1240 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1240 Rev 1261
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 1240 2013-10-13 21:34:49Z richard $
2
# $Id: alcasar-urpmi.sh 1261 2013-12-12 22:35:13Z richard $
3
 
3
 
4
# alcasar-urpmi.sh
4
# alcasar-urpmi.sh
5
# by 3abtux and Rexy
5
# by 3abtux and Rexy
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
 
7
 
Line 157... Line 157...
157
else
157
else
158
	echo "Download the Linux kernel used by ALCASAR. Please wait ..."
158
	echo "Download the Linux kernel used by ALCASAR. Please wait ..."
159
fi
159
fi
160
urpmi --auto --quiet $KERNEL
160
urpmi --auto --quiet $KERNEL
161
echo "/^kernel/" > /etc/urpmi/skip.list
161
echo "/^kernel/" > /etc/urpmi/skip.list
-
 
162
# download "timezone" to avoid a mageia issue  --> should be remove with mageia3
-
 
163
urpmi timezone
162
# download updated RPM in cache 
164
# download updated RPM in cache 
163
if [ $Lang == "fr" ]
165
if [ $Lang == "fr" ]
164
then	
166
then	
165
	echo "Récupération des paquetages de mise à jour. Veuillez patienter ..."
167
	echo "Récupération des paquetages de mise à jour. Veuillez patienter ..."
166
	echo "Il est temps d'aller prendre un café (ou une bonne bière) ;-)"
168
	echo "Il est temps d'aller prendre un café (ou une bonne bière) ;-)"