heimdall works now

This commit is contained in:
tremor021 2025-12-15 00:34:37 +01:00
parent 3be34c50a4
commit 4af2c41204

View File

@ -47,7 +47,8 @@ WantedBy=multi-user.target"
EOF
systemctl enable -q --now heimdall
cd /opt/Heimdall
COMPOSER_ALLOW_SUPERUSER=1 composer dump-autoload &>/dev/null
export COMPOSER_ALLOW_SUPERUSER=1
$STD composer dump-autoload
systemctl restart heimdall.service
msg_ok "Created Service"