Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-08-23 10:16:49 +02:00 committed by GitHub
parent f68279f227
commit 741f6a438a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1024,7 +1024,7 @@ install_packages() {
# otherwise we get podman..
dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
packages=("git" "docker-ce" "default-mysql-client" "python3-pip" "pip" "gunicorn" "jc" "sqlite" "geoip-bin" "perl-Math-BigInt") #sqlite for almalinux and perl-Math-BigInt is needed for csf
packages=("wget" "git" "docker-ce" "default-mysql-client" "python3-pip" "pip" "gunicorn" "jc" "sqlite" "geoip-bin" "perl-Math-BigInt") #sqlite for almalinux and perl-Math-BigInt is needed for csf
for package in "${packages[@]}"; do
echo -e "Installing ${GREEN}$package${RESET}"