updated community script

This commit is contained in:
John Doe
2026-03-08 23:47:38 -04:00
parent 2949294ec9
commit dd4fc4cf5b
+5 -3
View File
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)
# Set the base URL for development/fork - must be set before sourcing build.func
COMMUNITY_SCRIPTS_URL="${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/community-unscripted/ProxmoxVED/Hermes-Agent}"
source <(curl -fsSL "$COMMUNITY_SCRIPTS_URL/misc/build.func")
# Copyright (c) 2021-2026 community-scripts ORG
# Author: community-scripts
@@ -58,7 +60,7 @@ function update_script() {
systemctl start hermes-agent
msg_ok "Started Service"
msg_ok "Updated successfully!"
exit
}
@@ -70,4 +72,4 @@ 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}:8000${CL}"
echo -e "${INFO}${YW} Or use the CLI: hermes${CL}"
echo -e "${INFO}${YW} Or use the CLI: hermes${CL}"