| Line 1... |
Line 1... |
| 1 |
#!/bin/bash
|
1 |
#!/bin/bash
|
| 2 |
# $Id: alcasar-urpmi.sh 1355 2014-05-20 15:03:10Z richard $
|
2 |
# $Id: alcasar-urpmi.sh 1357 2014-05-22 15:10:39Z 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 10... |
Line 10... |
| 10 |
|
10 |
|
| 11 |
Lang=`echo $LANG|cut -c 1-2`
|
11 |
Lang=`echo $LANG|cut -c 1-2`
|
| 12 |
VERSION="4"
|
12 |
VERSION="4"
|
| 13 |
ARCH="i586"
|
13 |
ARCH="i586"
|
| 14 |
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
|
14 |
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
|
| 15 |
PACKAGES="freeradius freeradius-mysql freeradius-ldap freeradius-web apache apache-mod_ssl apache-mod_php dansguardian postfix mariadb ntp bind-utils openssh-server php-xml php-ldap php-mysql php-mbstring php-sockets rng-utils dnsmasq rsync clamav perl-rrdtool perl-MailTools perl-Socket6 fail2ban gnupg ulogd man gammu msec"
|
15 |
PACKAGES="freeradius freeradius-mysql freeradius-ldap freeradius-web apache apache-mod_ssl apache-mod_php dansguardian postfix mariadb ntp bind-utils openssh-server php-xml php-ldap php-mysql php-mbstring php-sockets rng-utils dnsmasq rsync clamav perl-rrdtool perl-MailTools perl-Socket6 fail2ban gnupg ulogd man dkms-ipt_NETFLOW"
|
| 16 |
|
16 |
|
| 17 |
rpm_repository_sync ()
|
17 |
rpm_repository_sync ()
|
| 18 |
{
|
18 |
{
|
| 19 |
cat <<EOF > /etc/urpmi/urpmi.cfg
|
19 |
cat <<EOF > /etc/urpmi/urpmi.cfg
|
| 20 |
{
|
20 |
{
|
| Line 65... |
Line 65... |
| 65 |
IFS="$old"
|
65 |
IFS="$old"
|
| 66 |
if [[ ( $unknown_os != 3 || "$DISTRIBUTION" != "Mageia" ) && ( "$CURRENT_VERSION" != "4" ) ]]
|
66 |
if [[ ( $unknown_os != 3 || "$DISTRIBUTION" != "Mageia" ) && ( "$CURRENT_VERSION" != "4" ) ]]
|
| 67 |
then
|
67 |
then
|
| 68 |
if [ $Lang == "fr" ]
|
68 |
if [ $Lang == "fr" ]
|
| 69 |
then
|
69 |
then
|
| 70 |
echo "La migration automatique d'ALCASAR ne peut pas être réalisée."
|
70 |
echo "L'installation ou la mise @ jour d'ALCASAR ne peut pas être réalisée."
|
| 71 |
echo "Le système d'exploitation doit être remplacé"
|
71 |
echo "Le système d'exploitation doit être remplacé (Mageia4)"
|
| 72 |
else
|
72 |
else
|
| 73 |
echo "The automatic update of ALCASAR can't be performed."
|
73 |
echo "The automatic update of ALCASAR can't be performed."
|
| 74 |
echo "The OS must be replaced"
|
74 |
echo "The OS must be replaced (Mageia4)"
|
| 75 |
fi
|
75 |
fi
|
| 76 |
if [ -e /tmp/alcasar-conf.tar.gz ]
|
76 |
if [ -e /tmp/alcasar-conf.tar.gz ]
|
| 77 |
then
|
77 |
then
|
| 78 |
echo
|
78 |
echo
|
| 79 |
if [ $Lang == "fr" ]
|
79 |
if [ $Lang == "fr" ]
|