Subversion Repositories ALCASAR

Rev

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

Rev 2941 Rev 2944
Line 9... Line 9...
9
 
9
 
10
Lang=`echo $LANG|cut -c 1-2`
10
Lang=`echo $LANG|cut -c 1-2`
11
VERSION="7"
11
VERSION="7"
12
ARCH="x86_64"
12
ARCH="x86_64"
13
# The kernel version we compile netflow for
13
# The kernel version we compile netflow for
14
KERNEL="kernel-server-5.10.27-1.mga7-1-1.mga7"
14
KERNEL="kernel-server-5.10.30-1.mga7-1-1.mga7"
15
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
15
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
16
# (old) perl-Socket6 : needed by nfsen
16
# (old) perl-Socket6 : needed by nfsen
17
# "fonts-dejavu-common" & "fonts-ttf-dejavu" : fonts needed by wkhtmltopdf
17
# "fonts-dejavu-common" & "fonts-ttf-dejavu" : fonts needed by wkhtmltopdf
18
# "lsscsi" & nvme-cli" : needed by phpsysinfo
18
# "lsscsi" & nvme-cli" : needed by phpsysinfo
19
# "socat" : avoid a warning when run the install script of letsencrypt ("acme.sh")
19
# "socat" : avoid a warning when run the install script of letsencrypt ("acme.sh")
Line 216... Line 216...
216
then
216
then
217
	echo "Cleaning the system : "
217
	echo "Cleaning the system : "
218
else
218
else
219
	echo "Nettoyage du système : "
219
	echo "Nettoyage du système : "
220
fi
220
fi
221
rm_rpm="shorewall mandi plymouth cpupower squid"
221
rm_rpm="shorewall mandi plymouth squid"
222
/usr/sbin/urpme --auto -a $rm_rpm
222
/usr/sbin/urpme --auto -a $rm_rpm
223
/usr/sbin/urpme --auto --auto-orphans
223
/usr/sbin/urpme --auto --auto-orphans
224
 
224
 
225
# Save chilli launch script (erase with new rpm one)
225
# Save chilli launch script (erase with new rpm one)
226
[ -e /etc/chilli.conf ] && cp /etc/chilli.conf /tmp/
226
[ -e /etc/chilli.conf ] && cp /etc/chilli.conf /tmp/