Configure PHP version and modules for setup

Added PHP version and configuration for setup.
This commit is contained in:
Michel Roegl-Brunner
2026-01-29 11:35:04 +01:00
committed by GitHub
parent 3c14f0d34e
commit 97659bd1d7

View File

@@ -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"