Update README, adjust calls to install scripts

This commit is contained in:
Sam
2025-01-09 17:35:33 +10:00
parent fac895dc14
commit 16628c3ec8
3 changed files with 7 additions and 7 deletions
@@ -5,7 +5,7 @@ import { BookOpenText, Code, Globe } from "lucide-react";
import Link from "next/link";
const generateSourceUrl = (slug: string, type: string) => {
const baseUrl = `https://raw.githubusercontent.com/community-scripts/${basePath}/main`;
const baseUrl = `https://raw.githubusercontent.com/asylumexp/${basePath}/main`;
return type === "ct"
? `${baseUrl}/install/${slug}-install.sh`
: `${baseUrl}/${type}/${slug}.sh`;