From 801b8649baa0c793dc6f43f563da4c03206173a6 Mon Sep 17 00:00:00 2001 From: zaphod-black Date: Sat, 1 Nov 2025 19:08:09 -0500 Subject: [PATCH] Rename project from PBSClientInstaller to PBSClientTool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated README.md title - Updated git clone URL in installation instructions - Updated directory name in installation commands - Reflects GitHub repository rename to PBSClientTool 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5534217..95972cb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PBSClientInstaller +# PBSClientTool Interactive bash script that automatically installs and configures Proxmox Backup Client on Ubuntu, Debian, and Arch Linux systems. @@ -78,8 +78,8 @@ Have these details ready before running the installer: ### Clone the repository ```bash -git clone https://github.com/zaphod-black/PBSClientInstaller -cd PBSClientInstaller +git clone https://github.com/zaphod-black/PBSClientTool +cd PBSClientTool chmod +x pbs-client-installer.sh ```