From 97659bd1d711647695cf932a3711ec47a7fec2e2 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:35:04 +0100 Subject: [PATCH] Configure PHP version and modules for setup Added PHP version and configuration for setup. --- ct/koillection.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ct/koillection.sh b/ct/koillection.sh index dfb2c9e9a..6384c050f 100644 --- a/ct/koillection.sh +++ b/ct/koillection.sh @@ -31,7 +31,9 @@ function update_script() { msg_info "Stopping Service" systemctl stop apache2 msg_ok "Stopped Service" - + + PHP_VERSION="8.5" PHP_APACHE="YES" PHP_MODULE="apcu,ctype,dom,fileinfo,iconv,pgsql" setup_php + msg_info "Creating a backup" mv /opt/koillection/ /opt/koillection-backup msg_ok "Backup created"