| Line 1... |
Line 1... |
| 1 |
#!/bin/bash
|
1 |
#!/bin/bash
|
| 2 |
# $Id: alcasar-urpmi.sh 2937 2021-04-05 22:17:52Z rexy $
|
2 |
# $Id: alcasar-urpmi.sh 2939 2021-04-07 22:20:08Z rexy $
|
| 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="7"
|
12 |
VERSION="7"
|
| 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.14-1.mga7-1-1.mga7"
|
15 |
KERNEL="kernel-server-5.10.27-1.mga7-1-1.mga7"
|
| 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" : 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")
|