From bdb7f21e2f4b62e05b63a51294963ea72cf14e7a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 9 Apr 2025 10:30:41 +0200 Subject: [PATCH] remove wrong method --- frontend/src/app/json-editor/_components/InstallMethod.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/app/json-editor/_components/InstallMethod.tsx b/frontend/src/app/json-editor/_components/InstallMethod.tsx index 44318d28d..3f3a7f4eb 100644 --- a/frontend/src/app/json-editor/_components/InstallMethod.tsx +++ b/frontend/src/app/json-editor/_components/InstallMethod.tsx @@ -30,8 +30,6 @@ function InstallMethod({ script, setScript, setIsValid, setZodErrors }: InstallM scriptPath = `tools/pve/${slug}.sh`; } else if (type === "addon") { scriptPath = `tools/addon/${slug}.sh`; - } else if (newMethodType === "alpine") { - scriptPath = `${type}/alpine-${slug}.sh`; } else { scriptPath = `${type}/${slug}.sh`; }