mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 18:04:38 +00:00
Update Buttons.tsx
This commit is contained in:
parent
9570c9199a
commit
d000c35ff5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const generateSourceUrl = (slug: string) => {
|
|||
|
||||
const generateUpdateUrl = (slug: string) => {
|
||||
const baseUrl = `https://raw.githubusercontent.com/community-scripts/${basePath}/main`;
|
||||
return `${baseUrl}/update/${slug}-update.sh`;
|
||||
return `${baseUrl}/ct/${slug}.sh`;
|
||||
};
|
||||
|
||||
interface ButtonLinkProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue