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:
parent
0a67b0ff53
commit
bdb7f21e2f
@ -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`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user