From 75bcbacd9ca996e2b317e0f045c4e4e88b75d9cd Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 18 Feb 2024 18:40:42 -0500 Subject: [PATCH] Update grocy-install.sh --- install/grocy-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/grocy-install.sh b/install/grocy-install.sh index 57d38b21..54ea2300 100644 --- a/install/grocy-install.sh +++ b/install/grocy-install.sh @@ -25,7 +25,7 @@ VERSION="$(awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release)" curl -sSLo /usr/share/keyrings/deb.sury.org-php.gpg https://packages.sury.org/php/apt.gpg echo -e "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.sury.org/php/ $VERSION main" >/etc/apt/sources.list.d/php.list $STD apt-get update -$STD apt-get install -y php8.3 php8.3-{cli.bz2,curl,mbstring,intl,sqlite3,fpm,gd,zip,xml} +$STD apt-get install -y php8.3 php8.3-{cli,bz2,curl,mbstring,intl,sqlite3,fpm,gd,zip,xml} a2enconf php8.3-fpm systemctl reload apache2 msg_ok "Installed PHP8.3"