mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-19 01:38:07 +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`;
|
||||
} else if (type === "addon") {
|
||||
scriptPath = `tools/addon/${slug}.sh`;
|
||||
} else if (newMethodType === "alpine") {
|
||||
scriptPath = `${type}/alpine-${slug}.sh`;
|
||||
} else {
|
||||
scriptPath = `${type}/${slug}.sh`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user