From b4a2e7397f0b02d3c215bfc32fa0ee27c14563fc Mon Sep 17 00:00:00 2001 From: kosenka Date: Mon, 1 Sep 2025 22:53:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=202-install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-install.sh b/2-install.sh index bd07b17..00d1d55 100644 --- a/2-install.sh +++ b/2-install.sh @@ -259,7 +259,7 @@ install_php_fpm() { apt-get -qq install -y php$FPM_V-readline php$FPM_V-pdo php$FPM_V-memcached php$FPM_V-smbclient apt-get -qq install -y php$FPM_V-imap php$FPM_V-imagick php$FPM_V-igbinary php$FPM_V-exif php$FPM_V-mbstring php$FPM_V-pgsql apt-get -qq install -y php$FPM_V-curl php$FPM_V-zip php$FPM_V-gd php$FPM_V-opcache php$FPM_V-intl php$FPM_V-xml php$FPM_V-xmlrpc - apt-get -qq install -y php$FPM_V-ldap php$FPM_V-soap php$FPM_V-json php$FPM_V-xmlreader php$FPM_V-fileinfo php$FPM_V-sodium composer + apt-get -qq install -y php$FPM_V-ldap php$FPM_V-soap php$FPM_V-xmlreader php$FPM_V-fileinfo composer sed -i -e "s/user = _php_fpm/user = $USERNAME/g" /etc/fpm$FPM_V/php-fpm.d/www.conf sed -i -e "s/group = _webserver/group = $USERNAME/g" /etc/fpm$FPM_V/php-fpm.d/www.conf