diff --git a/install.sh b/install.sh index 8f6724b..546fdb0 100644 --- a/install.sh +++ b/install.sh @@ -25,7 +25,7 @@ if echo "$DISTRO $FAMILY" | grep -qi "rhel\|fedora\|centos"; then dnf install -y nginx mariadb-server mariadb php php-fpm php-mysqlnd \ php-curl php-gd php-mbstring php-xml php-zip php-opcache \ php-intl php-bcmath php-json \ - redis-server libreoffice + redis-server libreoffice apache2 systemctl enable --now nginx mariadb php-fpm @@ -34,7 +34,7 @@ elif echo "$DISTRO $FAMILY" | grep -qi "debian"; then apt install -y nginx mariadb-server php-fpm php-mysql \ php-curl php-gd php-mbstring php-xml php-zip php-opcache \ php-intl php-bcmath php-json \ - redis-server libreoffice + redis-server libreoffice apache2 systemctl enable --now nginx mariadb php7.4-fpm redis 2>/dev/null || true else