Update README.md
This commit is contained in:
parent
7cbd8c5daa
commit
6306452364
|
|
@ -13,10 +13,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/kosmonavtika/pve-patch/master/patch.sh | bash
|
wget -qO - https://github.com/sbennell/pve-patch/master/patch.sh | bash
|
||||||
|
|
||||||
# if non-root
|
# if non-root
|
||||||
wget -qO - https://raw.githubusercontent.com/kosmonavtika/pve-patch/master/patch.sh | sudo bash
|
wget -qO - https://github.com/sbennell/pve-patch/master/patch.sh | sudo bash
|
||||||
```
|
```
|
||||||
|
|
||||||
## Restore
|
## Restore
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue