From 0a2722ee95bf7d685989d116fba60cd49d8e7e3a Mon Sep 17 00:00:00 2001 From: Kyle Kroboth Date: Fri, 7 Mar 2025 23:34:33 -0500 Subject: [PATCH] fix: update build.func link --- ct/fileflows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/fileflows.sh b/ct/fileflows.sh index 7906302..f418786 100644 --- a/ct/fileflows.sh +++ b/ct/fileflows.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/kkroboth/ProxmoxVED/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/kkroboth/ProxmoxVED/refs/heads/lxc-fileflows/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: kkroboth # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE