Line 7... |
Line 7... |
7 |
# script de mise en place des dépots RPM + installation des RPM complémentaires
|
7 |
# script de mise en place des dépots RPM + installation des RPM complémentaires
|
8 |
# configure the RPM repository + complementary RPM installation
|
8 |
# configure the RPM repository + complementary RPM installation
|
9 |
|
9 |
|
10 |
Lang=`echo $LANG|cut -c 1-2`
|
10 |
Lang=`echo $LANG|cut -c 1-2`
|
11 |
SED="/bin/sed -i"
|
11 |
SED="/bin/sed -i"
|
12 |
VERSION="7"
|
12 |
VERSION="8"
|
13 |
ARCH="x86_64"
|
13 |
ARCH="x86_64"
|
14 |
# The kernel version we compile netflow for
|
14 |
# The kernel version we compile netflow for
|
15 |
KERNEL="kernel-server-5.10.46-1.mga7-1-1.mga7"
|
15 |
KERNEL="kernel-server-5.15.65-1.mga8-1-1.mga8"
|
16 |
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
|
16 |
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
|
17 |
# (old) perl-Socket6 : needed by nfsen
|
17 |
# (old) perl-Socket6 : needed by nfsen
|
18 |
# "fonts-dejavu-common" & "fonts-ttf-dejavu" : fonts needed by wkhtmltopdf
|
18 |
# "fonts-dejavu-common" & "fonts-ttf-dejavu" : fonts needed by wkhtmltopdf
|
19 |
# "lsscsi" & nvme-cli" : needed by phpsysinfo
|
19 |
# "lsscsi" & nvme-cli" & "php-dom" : needed by phpsysinfo
|
20 |
# "socat" : avoid a warning when run the install script of letsencrypt ("acme.sh")
|
20 |
# "socat" : avoid a warning when run the install script of letsencrypt ("acme.sh")
|
21 |
# "sudo" : needed after a reinstallation (to be investigated)
|
21 |
# "sudo" : needed after a reinstallation (to be investigated)
|
22 |
# "clamav" + "clamav-db" : needed because of a lack of mutual dependance
|
22 |
# "clamav" + "clamav-db" : needed because of a lack of mutual dependance
|
23 |
# "postfix" + "cyrus-sasl" + "lib64sasl2-plug-plain" : email registration method
|
23 |
# "postfix" + "cyrus-sasl" + "lib64sasl2-plug-plain" : email registration method
|
24 |
PACKAGES="vim-enhanced freeradius freeradius-mysql freeradius-ldap lighttpd lighttpd-mod_auth php-fpm php-gd php-ldap php-mysqli php-mbstring php-sockets php-curl php-pdo_sqlite php-cli unbound e2guardian postfix mariadb ntp bind-utils openssh-server rng-utils rsync clamav clamav-db clamd fail2ban gnupg2 ulogd ipset usb_modeswitch vnstat dos2unix p7zip msec kernel-userspace-headers kernel-firmware-nonfree dnsmasq dhcp-server tcpdump fonts-dejavu-common fonts-ttf-dejavu lsscsi nvme-cli sudo socat postfix cyrus-sasl lib64sasl2-plug-plain iftop"
|
24 |
PACKAGES="vim-enhanced freeradius freeradius-mysql freeradius-ldap lighttpd lighttpd-mod_auth php-fpm php-gd php-ldap php-mysqli php-mbstring php-sockets php-curl php-pdo_sqlite php-cli php-dom unbound e2guardian postfix mariadb ntp bind-utils openssh-server rng-utils rsync clamav clamav-db clamd fail2ban gnupg2 ulogd ipset usb_modeswitch vnstat dos2unix p7zip msec kernel-userspace-headers kernel-firmware-nonfree dnsmasq dhcp-server tcpdump fonts-dejavu-common fonts-ttf-dejavu lsscsi nvme-cli sudo socat postfix cyrus-sasl lib64sasl2-plug-plain iftop"
|
25 |
|
25 |
|
26 |
rpm_repository_sync ()
|
26 |
rpm_repository_sync ()
|
27 |
{
|
27 |
{
|
28 |
cat <<EOF > /etc/urpmi/urpmi.cfg
|
28 |
cat <<EOF > /etc/urpmi/urpmi.cfg
|
29 |
{
|
29 |
{
|