From 043fa1ada09d5896694fde2d924783134ac25543 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Wed, 3 Jun 2026 09:49:39 +0200 Subject: [PATCH] fix: update source URL for build functions in kiwix.sh --- ct/kiwix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/kiwix.sh b/ct/kiwix.sh index 8f8f8a4c..90365b5e 100644 --- a/ct/kiwix.sh +++ b/ct/kiwix.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/AminGholizad/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: tewalds # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -56,6 +56,7 @@ function update_script() { start build_container +description msg_ok "Completed successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"