From fb1e9f2f4ed058b69dab9da1ad9bf72751ee6bd9 Mon Sep 17 00:00:00 2001 From: bvdberg01 <74251551+bvdberg01@users.noreply.github.com> Date: Sun, 30 Mar 2025 21:44:33 +0200 Subject: [PATCH] Update bar-assistant-install.sh --- install/bar-assistant-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/bar-assistant-install.sh b/install/bar-assistant-install.sh index 414cda2..0f20963 100644 --- a/install/bar-assistant-install.sh +++ b/install/bar-assistant-install.sh @@ -100,7 +100,8 @@ window.srConfig = {} window.srConfig.API_URL = "http://${LOCAL_IP}" window.srConfig.MEILISEARCH_URL = "http://127.0.0.1:7700" EOF -npm run build +$STD npm install +$STD npm run build echo "${RELEASE_SALTRIM}" >/opt/vue-salt-rim_version.txt msg_ok "Installed Salt Rim"