From e75ddec54add427d21030d8163533b3acab1f1eb Mon Sep 17 00:00:00 2001 From: Omar Minaya Date: Tue, 20 May 2025 14:38:37 -0400 Subject: [PATCH] correcting build.func source --- ct/kasm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/kasm.sh b/ct/kasm.sh index 783936b..3bcb90d 100644 --- a/ct/kasm.sh +++ b/ct/kasm.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/omiinaya/ProxmoxVED/refs/heads/testing2/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: Omar Minaya # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE