Subversion Repositories ALCASAR

Rev

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

Rev 1261 Rev 1266
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 1261 2013-12-12 22:35:13Z richard $
2
# $Id: alcasar-urpmi.sh 1266 2013-12-15 21:12:46Z richard $
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 143... Line 143...
143
then
143
then
144
	echo "Cleaning the system : "
144
	echo "Cleaning the system : "
145
else
145
else
146
	echo "Nettoyage du système : "
146
	echo "Nettoyage du système : "
147
fi
147
fi
148
for rm_rpm in shorewall mandi radeontool avahi
148
for rm_rpm in shorewall mandi radeontool avahi awstats
149
do
149
do
150
	/usr/sbin/urpme --auto $rm_rpm --auto-orphans 2>/dev/null
150
	/usr/sbin/urpme --auto $rm_rpm --auto-orphans 2>/dev/null
151
	echo -n "."
151
	echo -n "."
152
done
152
done
153
# download the kernel used by ALCASAR and fix its version
153
# download the kernel used by ALCASAR and fix its version