From 3e0760b23810d8f12f4bf4c2a7a62f2a79111517 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:03:06 +0100 Subject: [PATCH] fix wrong source paths --- ct/apache-guacamole.sh | 2 +- ct/mediamtx.sh | 1 - ct/urbackupserver.sh | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ct/apache-guacamole.sh b/ct/apache-guacamole.sh index 1b5cf892..8e5e2e79 100644 --- a/ct/apache-guacamole.sh +++ b/ct/apache-guacamole.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/refs/heads/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: Michel Roegl-Brunner (michelroegl-brunner) # License: | MIT https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE diff --git a/ct/mediamtx.sh b/ct/mediamtx.sh index 3c5a641f..044c9f75 100644 --- a/ct/mediamtx.sh +++ b/ct/mediamtx.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash - source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) diff --git a/ct/urbackupserver.sh b/ct/urbackupserver.sh index ca9ba787..5383002b 100644 --- a/ct/urbackupserver.sh +++ b/ct/urbackupserver.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/refs/heads/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: Kristian Skov # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE