fix: use COMMUNITY_SCRIPTS_URL, capitalize Successfully/Debian

This commit is contained in:
Michael Joshua Saul
2026-02-26 23:31:07 -07:00
parent 8acc57d31d
commit cbdce5de6c
2 changed files with 4 additions and 3 deletions

View File

@@ -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}"

View File

@@ -22,7 +22,7 @@
"cpu": 4,
"ram": 8192,
"hdd": 30,
"os": "debian",
"os": "Debian",
"version": "13"
}
}