Line 1... |
Line 1... |
1 |
#!/bin/bash
|
1 |
#!/bin/bash
|
2 |
# $Id: alcasar-urpmi.sh 1287 2014-01-08 23:01:20Z richard $
|
2 |
# $Id: alcasar-urpmi.sh 1292 2014-01-11 11:51:08Z 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 13... |
Line 13... |
13 |
ARCH="i586"
|
13 |
ARCH="i586"
|
14 |
# The kernel version we compile netflow for
|
14 |
# The kernel version we compile netflow for
|
15 |
KERNEL="kernel-desktop-3.4.52-1.mga2-1-1.mga2"
|
15 |
KERNEL="kernel-desktop-3.4.52-1.mga2-1-1.mga2"
|
16 |
ModuleTree="kernel-desktop-3.4.52-1.mga2"
|
16 |
ModuleTree="kernel-desktop-3.4.52-1.mga2"
|
17 |
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
|
17 |
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
|
18 |
PACKAGES="sudo freeradius freeradius-mysql freeradius-ldap freeradius-web apache-mpm-prefork apache-mod_ssl apache-mod_php iptables squid dansguardian postfix mariadb logwatch ntp bind-utils openssh-server php-xml php-ldap php-mysql pam_ccreds rng-utils dnsmasq syslinux rsync cronie-anacron clamav pm-fallback-policy php-mbstring perl-rrdtool perl-MailTools perl-Socket6 php-sockets fail2ban gnupg man"
|
18 |
PACKAGES="sudo freeradius freeradius-mysql freeradius-ldap freeradius-web apache-mpm-prefork apache-mod_ssl apache-mod_php iptables squid dansguardian postfix mariadb logwatch ntp bind-utils openssh-server php-xml php-ldap php-mysql pam_ccreds rng-utils dnsmasq syslinux rsync cronie-anacron clamav pm-fallback-policy php-mbstring perl-rrdtool perl-MailTools perl-Socket6 php-sockets fail2ban gnupg man ipset"
|
19 |
|
19 |
|
20 |
rpm_repository_sync ()
|
20 |
rpm_repository_sync ()
|
21 |
{
|
21 |
{
|
22 |
cat <<EOF > /etc/urpmi/urpmi.cfg
|
22 |
cat <<EOF > /etc/urpmi/urpmi.cfg
|
23 |
{
|
23 |
{
|