diff --git a/frontend/src/app/json-editor/_components/InstallMethod.tsx b/frontend/src/app/json-editor/_components/InstallMethod.tsx index 85368999..792ec403 100644 --- a/frontend/src/app/json-editor/_components/InstallMethod.tsx +++ b/frontend/src/app/json-editor/_components/InstallMethod.tsx @@ -34,7 +34,7 @@ function InstallMethod({ setScript((prev) => { const method = InstallMethodSchema.parse({ type: "default", - script: `/${prev.type}/${prev.slug}.sh`, + script: `${prev.type}/${prev.slug}.sh`, resources: { cpu: null, ram: null,