From 9668dc954f345bd3a4b332897ce9bc473ac44784 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Wed, 3 Jun 2026 11:21:33 +0200 Subject: [PATCH] typo --- ct/kiwix.sh | 4 ++-- install/kiwix-install.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ct/kiwix.sh b/ct/kiwix.sh index 90365b5e..34716755 100644 --- a/ct/kiwix.sh +++ b/ct/kiwix.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/AminGholizad/ProxmoxVED/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG -# Author: tewalds +# Author: MickLesk # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://github.com/kiwix/kiwix-tools diff --git a/install/kiwix-install.sh b/install/kiwix-install.sh index 4efc58e8..0efd3f6e 100644 --- a/install/kiwix-install.sh +++ b/install/kiwix-install.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash + # Copyright (c) 2021-2026 community-scripts ORG # Author: tewalds # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE