Update install/wanderer-install.sh

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
rrole 2025-11-25 15:05:59 +01:00 committed by GitHub
parent 1e8058384d
commit 3314336acc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}')"