Update README.md

This commit is contained in:
Aleksandra Slomska 2022-02-19 22:27:19 -05:00 committed by GitHub
parent 2bd55cf79f
commit 3063cda4de
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* *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.