mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-23 12:47:15 +02:00
remove wrong method
This commit is contained in:
@@ -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`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user