From d000c35ff59852e03f5c62f46c15f344676bf43c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:54:01 +0100 Subject: [PATCH] Update Buttons.tsx --- frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx b/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx index 8900a562..439e5642 100644 --- a/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx +++ b/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx @@ -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 {