mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 18:04:38 +00:00
Fix Turnkey Source Link (#3978)
This commit is contained in:
parent
fcb674b755
commit
22c960c99c
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ const generateSourceUrl = (slug: string, type: string) => {
|
|||
return `${baseUrl}/tools/pve/${slug}.sh`;
|
||||
case "addon":
|
||||
return `${baseUrl}/tools/addon/${slug}.sh`;
|
||||
case "turnkey":
|
||||
return `${baseUrl}/turnkey/${slug}.sh`;
|
||||
default:
|
||||
return `${baseUrl}/ct/${slug}.sh`; // fallback for "ct"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue