mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-03 20:03:25 +01:00
Kollection: Update to php 8.5 (#11315)
* Upgrade PHP version from 8.4 to 8.5 * Configure PHP version and modules for setup Added PHP version and configuration for setup.
This commit is contained in:
committed by
GitHub
parent
2412a45a20
commit
a5aa55ffad
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user