mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-09 23:30:01 +00:00
Update Buttons.tsx
This commit is contained in:
parent
9570c9199a
commit
d000c35ff5
@ -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…
Reference in New Issue
Block a user