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:
parent
fe3e62a8d4
commit
934d6172cf
1 changed files with 3 additions and 2 deletions
|
|
@ -33,10 +33,11 @@ Interactive bash script that automatically installs and configures Proxmox Backu
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Download the script
|
### Clone the repository
|
||||||
|
|
||||||
```bash
|
```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
|
chmod +x pbs-client-installer.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue