From 5a38f1051361c94e058aaea5e0dce318092e7459 Mon Sep 17 00:00:00 2001 From: Stewart Bennell Date: Fri, 16 Jul 2021 18:42:15 +1000 Subject: [PATCH] Update patch.sh --- patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch.sh b/patch.sh index 25a5763..7a1c6ee 100644 --- a/patch.sh +++ b/patch.sh @@ -15,7 +15,7 @@ cp -f /usr/share/pve-patch/scripts/pvebanner /usr/bin/pvebanner chmod +x /usr/share/pve-patch/scripts/apply.sh /usr/share/pve-patch/scripts/apply.sh -curl -s https://api.github.com/repos/Jamesits/pve-fake-subscription/releases/latest \ +curl -s https://api.github.com/repos/sbennell/pve-fake-subscription/releases/latest \ | grep "browser_download_url.*deb" \ | cut -d : -f 2,3 \ | tr -d \" \