From 6a2251650c2f722f239124e2d19cb5ec3c17b452 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 2 Nov 2021 03:27:22 -0400 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 1534ed1..5433ef2 100644 --- a/install.sh +++ b/install.sh @@ -290,10 +290,10 @@ install_dependencies(){ apt -y install php8.0 php8.0-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip} nginx tar unzip git redis-server nginx git wget expect composer sh -c "DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated mariadb-server" else - dnf -y module install mariadb:10.5/server + dnf -y module install nginx:mainline/common dnf -y module install php:remi-8.0/common dnf -y module install redis:remi-6.2/common - dnf -y module install nginx:mainline/common + dnf -y module install mariadb:10.5/server dnf -y install git policycoreutils-python-utils unzip wget expect jq php-mysql php-zip php-bcmath tar composer fi