Add composer (#5947)

This commit is contained in:
Slaviša Arežina
2025-07-12 13:22:58 +02:00
committed by GitHub
parent 20e9e9efe8
commit f4ac341c15
2 changed files with 5 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ function update_script() {
cp -r /opt/baikal-backup/Specific/ /opt/baikal/
chown -R www-data:www-data /opt/baikal/
chmod -R 755 /opt/baikal/
cd /opt/baikal
$STD composer install
msg_ok "Configured Baikal"
msg_info "Starting Service"