Update README.md
This commit is contained in:
parent
9663e124f7
commit
400d8d2c62
|
|
@ -12,10 +12,10 @@ 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/SetupProxmox/master/patch.sh -c -O patch.sh && bash patch.sh && rm patch.sh
|
wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/Testing/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/SetupProxmox/master/patch.sh -c -O patch.sh && sudo bash patch.sh && rm patch.sh
|
wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/Testing/patch.sh -c -O patch.sh && sudo bash patch.sh && rm patch.sh
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue