From e5a4b7abf40d0689b36fa9747d9a374deccf0fa6 Mon Sep 17 00:00:00 2001 From: zaphod-black Date: Sun, 2 Nov 2025 21:40:14 -0600 Subject: [PATCH] Update title bar from "Installer" to "Tool" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed header from "Proxmox Backup Client Installer" to "Proxmox PBSClient Tool" - Better reflects the multi-purpose nature of the tool (not just installation) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- pbs-client-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-client-installer.sh b/pbs-client-installer.sh index ceccef7..da5f336 100755 --- a/pbs-client-installer.sh +++ b/pbs-client-installer.sh @@ -2121,7 +2121,7 @@ show_version() { main() { echo echo "╔════════════════════════════════════════" - echo "║ Proxmox Backup Client Installer" + echo "║ Proxmox PBSClient Tool" echo "║ Version: ${SCRIPT_VERSION}" echo "╚════════════════════════════════════════" echo