Update installation instructions to use git clone

Replace wget command with git clone for better version control
and easier updates. The previous wget URL was also malformed.

🤖 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 16:21:10 -05:00
parent fe3e62a8d4
commit 934d6172cf

View file

@ -33,10 +33,11 @@ Interactive bash script that automatically installs and configures Proxmox Backu
## Installation
### Download the script
### Clone the repository
```bash
wget https://github.com/zaphod-black/PBSClientInstaller/pbs-client-installer.sh]
git clone https://github.com/zaphod-black/PBSClientInstaller
cd PBSClientInstaller
chmod +x pbs-client-installer.sh
```