From 3314336acc9196e893428c47374b457b75960dcb Mon Sep 17 00:00:00 2001 From: rrole <41679290+rrole@users.noreply.github.com> Date: Tue, 25 Nov 2025 15:05:59 +0100 Subject: [PATCH] Update install/wanderer-install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- install/wanderer-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/wanderer-install.sh b/install/wanderer-install.sh index f95c2e858..c75b0baf5 100644 --- a/install/wanderer-install.sh +++ b/install/wanderer-install.sh @@ -37,7 +37,7 @@ $STD npm ci --omit=dev $STD npm run build msg_ok "Installed wanderer" -msg_info "Creating env file, scripts & services" +msg_info "Creating Service" MEILI_KEY=$(openssl rand -hex 32) POCKETBASE_KEY=$(openssl rand -hex 16) LOCAL_IP="$(hostname -I | awk '{print $1}')"