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:
ianhodgson 2022-02-19 22:24:30 -05:00 committed by GitHub
parent 2bd55cf79f
commit dad7215ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,12 +18,12 @@ To download and execute the script you can use either *wget* or *curl*, feel fre
*wget script*
####
```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*
```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
If you don't wanna use the network setup steps of the script, please use copy and paste the followings lines to the terminal.