From 4af2c412040e19fd9113cd9b06625836367e5baf Mon Sep 17 00:00:00 2001 From: tremor021 Date: Mon, 15 Dec 2025 00:34:37 +0100 Subject: [PATCH] heimdall works now --- install/heimdall-dashboard-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/heimdall-dashboard-install.sh b/install/heimdall-dashboard-install.sh index 01cd5c601..9346ea4fd 100644 --- a/install/heimdall-dashboard-install.sh +++ b/install/heimdall-dashboard-install.sh @@ -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"