Subversion Repositories ALCASAR

Rev

Rev 3207 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3207 Rev 3211
Line 134... Line 134...
134
	echo "Il est temps d'aller prendre un café (ou une bonne bière) ;-)"
134
	echo "Il est temps d'aller prendre un café (ou une bonne bière) ;-)"
135
else
135
else
136
	echo "Updated RPM download. Please wait ..."
136
	echo "Updated RPM download. Please wait ..."
137
	echo "You should now take a coffe (or a good beer) ;-)"
137
	echo "You should now take a coffe (or a good beer) ;-)"
138
fi
138
fi
139
urpme freeradius-ldap # Avoid an update error due to the file "rlm.ldap.so" embedded in "lib64radius1" & "freeradius-ldap" RPMs. This issue has been reported to Mga bugzilla (awaiting a fix...)
-
 
140
urpmi --auto --auto-update --quiet --test --retry 2
139
urpmi --auto --auto-update --quiet --test --retry 2
141
if [ "$?" != "0" ]
140
if [ "$?" != "0" ]
142
then
141
then
143
	echo
142
	echo
144
	if [ $Lang == "fr" ]
143
	if [ $Lang == "fr" ]