Rename project from PBSClientInstaller to PBSClientTool

- 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 <noreply@anthropic.com>
This commit is contained in:
zaphod-black 2025-11-01 19:08:09 -05:00
parent fea2c7a226
commit 801b8649ba

View file

@ -1,4 +1,4 @@
# PBSClientInstaller # PBSClientTool
Interactive bash script that automatically installs and configures Proxmox Backup Client on Ubuntu, Debian, and Arch Linux systems. 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 ### Clone the repository
```bash ```bash
git clone https://github.com/zaphod-black/PBSClientInstaller git clone https://github.com/zaphod-black/PBSClientTool
cd PBSClientInstaller cd PBSClientTool
chmod +x pbs-client-installer.sh chmod +x pbs-client-installer.sh
``` ```