Subversion Repositories ALCASAR

Rev

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

Rev 2879 Rev 2898
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 2879 2020-11-02 22:27:16Z rexy $
2
# $Id: alcasar-urpmi.sh 2898 2020-12-13 23:28:18Z 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
129
# Remove some of our RPMs in order to avoid their update
130
echo "/^wkhtmltopdf/" > /etc/urpmi/skip.list
130
urpme wkhtmltopdf
131
# download updated RPM in cache
131
# download updated RPM in cache
132
if [ $Lang == "fr" ]
132
if [ $Lang == "fr" ]
133
then
133
then
134
	echo "Récupération des paquetages de mise à jour. Veuillez patienter ..."
134
	echo "Récupération des paquetages de mise à jour. Veuillez patienter ..."
135
	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) ;-)"