From b1b08cd819850deb1ec8efa36e0d8b21095377bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sun, 16 Mar 2025 18:33:23 +0100 Subject: [PATCH] fix build.func path (#3121) --- ct/wger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/wger.sh b/ct/wger.sh index 3b017dd76..09f92918f 100644 --- a/ct/wger.sh +++ b/ct/wger.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/tremor021/ProxmoxVE/refs/heads/wger/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: Slaviša Arežina (tremor021) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE