From 804dc8900e7a4bd59fb7021b1247644f756f178f Mon Sep 17 00:00:00 2001 From: Frederik Botha Date: Mon, 21 Jul 2025 18:07:01 +0100 Subject: [PATCH] Updated the build.func location in the ct file --- ct/dispatcharr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/dispatcharr.sh b/ct/dispatcharr.sh index cc75af51..49285859 100644 --- a/ct/dispatcharr.sh +++ b/ct/dispatcharr.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/ekke85/ProxmoxVED/refs/heads/dispatcharr/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: ekke85 # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE