From e83cfb8d50755baa0d513748add41b8eef603162 Mon Sep 17 00:00:00 2001 From: jd-apprentice Date: Sat, 11 Jan 2025 03:13:39 -0300 Subject: [PATCH] chore: use script from the fork --- ct/opengist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/opengist.sh b/ct/opengist.sh index 4372eab8..ead9d8cb 100644 --- a/ct/opengist.sh +++ b/ct/opengist.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/jd-apprentice/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2025 Jonathan # Author: Jonathan (jd-apprentice) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE