mirror of
https://github.com/BramSuurdje/proxmox-helper-scripts.git
synced 2026-09-16 14:30:41 -04:00
Fix GitHub URL in Buttons component to point to the correct repository for Proxmox community scripts
This commit is contained in:
@@ -7,7 +7,7 @@ import { useMemo } from "react";
|
||||
export default function Buttons({ item }: { item: Script }) {
|
||||
const pattern = useMemo(
|
||||
() =>
|
||||
/(https:\/\/github\.com\/tteck\/Proxmox\/raw\/main\/(ct|misc|vm)\/([^\/]+)\.sh)/,
|
||||
/(https:\/\/github\.com\/community-scripts\/ProxmoxVE\/raw\/main\/(ct|misc|vm)\/([^\/]+)\.sh)/,
|
||||
[],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user