From 9de74b47bcc377e9bceb021ce66c48c0460a187c Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 7 Aug 2026 14:22:47 +0200 Subject: [PATCH] Change update message from APP to Orb --- ct/orb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/orb.sh b/ct/orb.sh index 997121361..fef391178 100644 --- a/ct/orb.sh +++ b/ct/orb.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source "$(dirname "${BASH_SOURCE[0]}")/../misc/build.func" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main}/misc/build.func") +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: angusmaul # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -30,7 +30,7 @@ function update_script() { exit 233 fi - msg_info "Updating $APP LXC" + msg_info "Updating Orb" $STD apt update $STD apt install -y --only-upgrade orb msg_ok "Updated successfully!"