From 375cc94a7473e54483aba5159f3db0fc8bda1dec Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 25 Nov 2025 20:01:41 +0100 Subject: [PATCH] Update installation script path for Wanderer --- frontend/public/json/wanderer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/wanderer.json b/frontend/public/json/wanderer.json index 9e80f6eed..aade13021 100644 --- a/frontend/public/json/wanderer.json +++ b/frontend/public/json/wanderer.json @@ -17,7 +17,7 @@ "install_methods": [ { "type": "default", - "script": "ct/AppName.sh", + "script": "ct/wanderer.sh", "resources": { "cpu": 2, "ram": 4096,