Update README.md
This commit is contained in:
parent
2bd55cf79f
commit
3063cda4de
@ -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