From cbdce5de6c0da9abcd93e67ed6d56cda7bc8efaa Mon Sep 17 00:00:00 2001 From: Michael Joshua Saul Date: Thu, 26 Feb 2026 23:31:07 -0700 Subject: [PATCH] fix: use COMMUNITY_SCRIPTS_URL, capitalize Successfully/Debian --- ct/plane.sh | 5 +++-- frontend/public/json/plane.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ct/plane.sh b/ct/plane.sh index aab28353..80c442cf 100644 --- a/ct/plane.sh +++ b/ct/plane.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) +COMMUNITY_SCRIPTS_URL="${COMMUNITY_SCRIPTS_URL:-https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main}" +source <(curl -fsSL "$COMMUNITY_SCRIPTS_URL/misc/build.func") # Copyright (c) 2021-2026 community-scripts ORG # Author: onionrings29 # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE @@ -92,7 +93,7 @@ start build_container description -msg_ok "Completed successfully!\n" +msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}" diff --git a/frontend/public/json/plane.json b/frontend/public/json/plane.json index 0e526905..d6e51b7b 100644 --- a/frontend/public/json/plane.json +++ b/frontend/public/json/plane.json @@ -22,7 +22,7 @@ "cpu": 4, "ram": 8192, "hdd": 30, - "os": "debian", + "os": "Debian", "version": "13" } }