Line 1... |
Line 1... |
1 |
#!/bin/bash
|
1 |
#!/bin/bash
|
2 |
# $Id: alcasar-rpm-download.sh 3269 2025-04-21 21:57:13Z rexy $
|
2 |
# $Id: alcasar-rpm-download.sh 3273 2025-04-27 09:26:14Z 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.79-1.mga9"
|
14 |
KERNEL="kernel-server-6.6.83-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")
|