From 0af39f7ca4e70395a382641b37e299d9cabb8829 Mon Sep 17 00:00:00 2001 From: Tobias Meier Date: Mon, 5 May 2025 10:43:48 +0200 Subject: [PATCH] fix curl --- ct/streamlink-webui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/streamlink-webui.sh b/ct/streamlink-webui.sh index 2de879c..e211fe2 100644 --- a/ct/streamlink-webui.sh +++ b/ct/streamlink-webui.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: CrazyWolf13 # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE