1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 13:58:06 +00:00

remove wrong method

This commit is contained in:
CanbiZ 2025-04-09 10:30:41 +02:00
parent 0a67b0ff53
commit bdb7f21e2f

View File

@ -30,8 +30,6 @@ function InstallMethod({ script, setScript, setIsValid, setZodErrors }: InstallM
scriptPath = `tools/pve/${slug}.sh`; scriptPath = `tools/pve/${slug}.sh`;
} else if (type === "addon") { } else if (type === "addon") {
scriptPath = `tools/addon/${slug}.sh`; scriptPath = `tools/addon/${slug}.sh`;
} else if (newMethodType === "alpine") {
scriptPath = `${type}/alpine-${slug}.sh`;
} else { } else {
scriptPath = `${type}/${slug}.sh`; scriptPath = `${type}/${slug}.sh`;
} }