Subversion Repositories ALCASAR

Rev

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

Rev 2794 Rev 2802
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 2794 2020-03-12 23:12:32Z rexy $
2
# $Id: alcasar-urpmi.sh 2802 2020-04-07 21:39:50Z 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 116... Line 116...
116
	fi
116
	fi
117
done
117
done
118
# fix some RPM versions
118
# fix some RPM versions
119
echo "/^kernel/" > /etc/urpmi/skip.list
119
echo "/^kernel/" > /etc/urpmi/skip.list
120
echo "/^freeradius/" >> /etc/urpmi/skip.list
120
echo "/^freeradius/" >> /etc/urpmi/skip.list
-
 
121
echo "/^wkhtmltopdf/" >> /etc/urpmi/skip.list
121
# download the kernel used by ALCASAR
122
# download the kernel used by ALCASAR
122
if [ $Lang == "fr" ]
123
if [ $Lang == "fr" ]
123
then
124
then
124
	echo "Récupération du noyau Linux exploité par ALCASAR. Veuillez patienter ..."
125
	echo "Récupération du noyau Linux exploité par ALCASAR. Veuillez patienter ..."
125
else
126
else