From 1511cfde1c995f24322b8a06f6784e31d0bc40a3 Mon Sep 17 00:00:00 2001 From: doge0420 Date: Tue, 14 Apr 2026 15:28:19 +0200 Subject: [PATCH] fix(mini-qr): correct urls --- ct/mini-qr.sh | 4 ++-- install/mini-qr-install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/mini-qr.sh b/ct/mini-qr.sh index 73f76550..f7d908e6 100644 --- a/ct/mini-qr.sh +++ b/ct/mini-qr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/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: doge0420 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/lyqht/mini-qr APP="Mini-QR" diff --git a/install/mini-qr-install.sh b/install/mini-qr-install.sh index ec3955a8..7a059239 100644 --- a/install/mini-qr-install.sh +++ b/install/mini-qr-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: doge0420 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/lyqht/mini-qr source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"