From c65e49811d9aa52eedd87399fc40809026aff745 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:39:52 +0200 Subject: [PATCH] Update source command to use curl with -fsSL --- ct/dispatcharr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/dispatcharr.sh b/ct/dispatcharr.sh index e2a2971e..11b0f4b6 100644 --- a/ct/dispatcharr.sh +++ b/ct/dispatcharr.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) +source <(curl -fsSL 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