forked from forkanization/Proxmox-arm64
Update README, adjust calls to install scripts
This commit is contained in:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user