From ec52dba1bbb1f2560c58adb99b945bb112a6d7c2 Mon Sep 17 00:00:00 2001 From: nemp1yy Date: Sat, 9 Aug 2025 17:32:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B4=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81=D1=82=D0=B0=20?= =?UTF-8?q?index.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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