From e6fafe73252eabbfe3a2e386c72d6939048d2243 Mon Sep 17 00:00:00 2001 From: Enzo Legrand Date: Tue, 30 Sep 2025 22:48:32 +0200 Subject: [PATCH] fix: change the build.func path --- ct/sonarqube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/sonarqube.sh b/ct/sonarqube.sh index 74761e50..dcd4e37b 100644 --- a/ct/sonarqube.sh +++ b/ct/sonarqube.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/prop4n/ProxmoxVED/refs/heads/add-script-sonarqube/misc/build.func) +source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: prop4n # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE