Subversion Repositories ALCASAR

Rev

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

Rev 2971 Rev 2972
Line 125... Line 125...
125
	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 ..."
126
else
126
else
127
	echo "Download the Linux kernel used by ALCASAR. Please wait ..."
127
	echo "Download the Linux kernel used by ALCASAR. Please wait ..."
128
fi
128
fi
129
urpmi --auto --quiet $KERNEL
129
urpmi --auto --quiet $KERNEL
130
# Remove some of our RPMs in order to avoid their automatic update
130
# Remove some RPMs in order to avoid error (or automatic update of "home made" RPM)
131
urpme wkhtmltopdf
131
urpme wkhtmltopdf freeradius-ldap
132
# At this time, only skip Kernel update
132
# At this time, only skip Kernel update
133
echo "/^kernel/" > /etc/urpmi/skip.list
133
echo "/^kernel/" > /etc/urpmi/skip.list
134
if [ `egrep '^exclude=' /etc/dnf/dnf.conf |wc -l` -eq "1" ]; then
134
if [ `egrep '^exclude=' /etc/dnf/dnf.conf |wc -l` -eq "1" ]; then
135
	$SED "s?^exclude=.*?exclude=kernel\*?g" /etc/dnf/dnf.conf
135
	$SED "s?^exclude=.*?exclude=kernel\*?g" /etc/dnf/dnf.conf
136
else
136
else