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:
parent
fea2c7a226
commit
801b8649ba
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue