Subversion Repositories ALCASAR

Rev

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

Rev 2868 Rev 2879
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 2868 2020-10-26 21:22:24Z rexy $
2
# $Id: alcasar-urpmi.sh 2879 2020-11-02 22:27:16Z rexy $
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 124... Line 124...
124
	echo "Récupération du noyau Linux exploité par ALCASAR. Veuillez patienter ..."
124
	echo "Récupération du noyau Linux exploité par ALCASAR. Veuillez patienter ..."
125
else
125
else
126
	echo "Download the Linux kernel used by ALCASAR. Please wait ..."
126
	echo "Download the Linux kernel used by ALCASAR. Please wait ..."
127
fi
127
fi
128
urpmi --auto --quiet $KERNEL
128
urpmi --auto --quiet $KERNEL
-
 
129
# Avoid downloading RPM which can cause some mistakes with ours
-
 
130
echo "/^wkhtmltopdf/" > /etc/urpmi/skip.list
129
# download updated RPM in cache
131
# download updated RPM in cache
130
if [ $Lang == "fr" ]
132
if [ $Lang == "fr" ]
131
then
133
then
132
	echo "Récupération des paquetages de mise à jour. Veuillez patienter ..."
134
	echo "Récupération des paquetages de mise à jour. Veuillez patienter ..."
133
	echo "Il est temps d'aller prendre un café (ou une bonne bière) ;-)"
135
	echo "Il est temps d'aller prendre un café (ou une bonne bière) ;-)"