From 5e069246045776927a44c38313e91528ff538326 Mon Sep 17 00:00:00 2001 From: Tom Frenzel Date: Sun, 14 Dec 2025 16:56:15 +0100 Subject: [PATCH] renaming --- ct/kutt.sh | 4 ++-- install/kutt-install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/kutt.sh b/ct/kutt.sh index 20e916553..b955a3774 100644 --- a/ct/kutt.sh +++ b/ct/kutt.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/tomfrenzel/ProxmoxVED/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: tomfrenzel -# License: MIT | https://github.com/tomfrenzel/ProxmoxVED/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/thedevs-network/kutt APP="Kutt" diff --git a/install/kutt-install.sh b/install/kutt-install.sh index 28a03af05..42e501f9a 100644 --- a/install/kutt-install.sh +++ b/install/kutt-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: tomfrenzel -# License: MIT | https://github.com/tomfrenzel/ProxmoxVED/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/thedevs-network/kutt source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"