diff --git a/README.md b/README.md index 926d9f6..8eb6bbc 100644 --- a/README.md +++ b/README.md @@ -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.