Subversion Repositories ALCASAR

Rev

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

Rev 2935 Rev 2937
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 2935 2021-03-28 22:14:58Z rexy $
2
# $Id: alcasar-urpmi.sh 2937 2021-04-05 22:17:52Z 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 270... Line 270...
270
echo "/^kernel/" > /etc/urpmi/skip.list
270
echo "/^kernel/" > /etc/urpmi/skip.list
271
echo "/^freeradius/" >> /etc/urpmi/skip.list
271
echo "/^freeradius/" >> /etc/urpmi/skip.list
272
echo "/^wkhtmltopdf/" >> /etc/urpmi/skip.list
272
echo "/^wkhtmltopdf/" >> /etc/urpmi/skip.list
273
echo "/^clamd/" >> /etc/urpmi/skip.list
273
echo "/^clamd/" >> /etc/urpmi/skip.list
274
echo "/^clamav/" >> /etc/urpmi/skip.list
274
echo "/^clamav/" >> /etc/urpmi/skip.list
275
echo "/^unbound/" >> /etc/urpmi/skip.list
-
 
276
exit 0
275
exit 0