Compare commits

...

1 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
b9eef7c064 fix(koillection): add missing setup_composer in update script 2026-02-09 14:49:05 +01:00

View File

@@ -33,7 +33,8 @@ function update_script() {
msg_ok "Stopped Service"
PHP_VERSION="8.5" PHP_APACHE="YES" setup_php
setup_composer
msg_info "Creating a backup"
mv /opt/koillection/ /opt/koillection-backup
msg_ok "Backup created"