fix(koillection): add missing setup_composer in update script

This commit is contained in:
CanbiZ (MickLesk)
2026-02-09 14:49:05 +01:00
parent d5cdfc7405
commit b9eef7c064

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"