Update README.md
sudo should not be needed for curl or wget, only the shell should need to be run as root.
This commit is contained in:
parent
2bd55cf79f
commit
dad7215ea9
@ -18,12 +18,12 @@ To download and execute the script you can use either *wget* or *curl*, feel fre
|
|||||||
*wget script*
|
*wget script*
|
||||||
####
|
####
|
||||||
```bash
|
```bash
|
||||||
sudo wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
|
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
|
||||||
```
|
```
|
||||||
|
|
||||||
*curl script*
|
*curl script*
|
||||||
```bash
|
```bash
|
||||||
sudo curl -sSL https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
|
curl -sSL https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
|
||||||
```
|
```
|
||||||
### To skip network setup
|
### To skip network setup
|
||||||
If you don't wanna use the network setup steps of the script, please use copy and paste the followings lines to the terminal.
|
If you don't wanna use the network setup steps of the script, please use copy and paste the followings lines to the terminal.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user