From dad7215ea9b2e5b526b5fdc0f16e898456989a05 Mon Sep 17 00:00:00 2001 From: ianhodgson <25072492+ianhodgson@users.noreply.github.com> Date: Sat, 19 Feb 2022 22:24:30 -0500 Subject: [PATCH] Update README.md sudo should not be needed for curl or wget, only the shell should need to be run as root. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.