Line 1... |
Line 1... |
1 |
#!/bin/bash
|
1 |
#!/bin/bash
|
2 |
# $Id: alcasar-rpm-download.sh 3216 2024-07-02 22:43:23Z rexy $
|
2 |
# $Id: alcasar-rpm-download.sh 3221 2024-07-15 21:43:21Z rexy $
|
3 |
|
3 |
|
4 |
# alcasar-rpm-download.sh
|
4 |
# alcasar-rpm-download.sh
|
5 |
# by Franck BOUIJOUX and Richard REY
|
5 |
# by Franck BOUIJOUX and Richard REY
|
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 9... |
Line 9... |
9 |
# retrieve needed RPM in a tarball file
|
9 |
# retrieve needed RPM in a tarball file
|
10 |
|
10 |
|
11 |
VERSION="9"
|
11 |
VERSION="9"
|
12 |
ARCH="x86_64"
|
12 |
ARCH="x86_64"
|
13 |
# The kernel version we compile netflow for
|
13 |
# The kernel version we compile netflow for
|
14 |
KERNEL="kernel-server-6.6.28-1.mga9"
|
14 |
KERNEL="kernel-server-6.6.37-1.mga9"
|
15 |
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
|
15 |
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
|
16 |
# (old) perl-Socket6 : needed by nfsen
|
16 |
# (old) perl-Socket6 : needed by nfsen
|
17 |
# "fonts-dejavu-common" & "fonts-ttf-dejavu" : fonts needed by wkhtmltopdf
|
17 |
# "fonts-dejavu-common" & "fonts-ttf-dejavu" : fonts needed by wkhtmltopdf
|
18 |
# "lsscsi" & nvme-cli" : needed by phpsysinfo
|
18 |
# "lsscsi" & nvme-cli" : needed by phpsysinfo
|
19 |
# "socat" : avoid a warning when run the install script of letsencrypt ("acme.sh")
|
19 |
# "socat" : avoid a warning when run the install script of letsencrypt ("acme.sh")
|