Update README.md

This commit is contained in:
Stewart Bennell 2020-05-29 21:33:36 +10:00 committed by GitHub
parent e897b3b888
commit 7811103d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -12,13 +12,11 @@ Use at your own risk! Read the script before you run it.
```bash ```bash
# if root # if root
wget -qO - https://raw.githubusercontent.com/sbennell/pve-patch/master/patch.sh | bash wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/master/patch.sh | bash
wget https://raw.githubusercontent.com/sbennell/SetupProxmox/master/patch.sh -c -O patch.sh && bash patch.sh && rm patch.sh
# if non-root # if non-root
wget -qO - https://raw.githubusercontent.com/sbennell/pve-patch/master/patch.sh | sudo bash wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/master/patch.sh | sudo bash
```
wget --user=bennellit --ask-password -qO - https://bennellit.com.au/Files/noaccess/patch.sh | bash
``` ```
## Restore ## Restore