mirror of
https://github.com/Heretek-AI/ProxmoxVED.git
synced 2026-07-01 12:42:58 -04:00
updated community script
This commit is contained in:
+5
-3
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user