Rev 2864 | Rev 2867 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log
Rev 2864 | Rev 2865 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #!/bin/bash |
1 | #!/bin/bash |
2 | # $Id: alcasar-urpmi.sh |
2 | # $Id: alcasar-urpmi.sh 2865 2020-10-18 22:21:46Z 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 119... | Line 119... | ||
119 | done |
119 | done |
120 | # fix some RPM versions |
120 | # fix some RPM versions |
121 | echo "/^kernel/" > /etc/urpmi/skip.list |
121 | echo "/^kernel/" > /etc/urpmi/skip.list |
122 | echo "/^freeradius/" >> /etc/urpmi/skip.list |
122 | echo "/^freeradius/" >> /etc/urpmi/skip.list |
123 | echo "/^wkhtmltopdf/" >> /etc/urpmi/skip.list |
123 | echo "/^wkhtmltopdf/" >> /etc/urpmi/skip.list |
- | 124 | echo "/^clamd/" >> /etc/urpmi/skip.list |
|
- | 125 | echo "/^clamav/" >> /etc/urpmi/skip.list |
|
124 | # download the kernel used by ALCASAR |
126 | # download the kernel used by ALCASAR |
125 | if [ $Lang == "fr" ] |
127 | if [ $Lang == "fr" ] |
126 | then |
128 | then |
127 | echo "Récupération du noyau Linux exploité par ALCASAR. Veuillez patienter ..." |
129 | echo "Récupération du noyau Linux exploité par ALCASAR. Veuillez patienter ..." |
128 | else |
130 | else |