From e64553fc1c8ca0de3fd9b85f3e38353104cf9b0c Mon Sep 17 00:00:00 2001 From: Werner Stein Date: Wed, 23 Dec 2020 23:48:29 +0100 Subject: [PATCH] There is no need to execute wget or curl as root --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 479b405..8f454d9 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ ### download script and execute - the wget option -O needs to be a capital letter 'O' - the second wget '-' has a space on both sides -#### 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 #### -OR- -#### 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 ### a detailed guide is available for this script as well https://forum.openmediavault.org/index.php/Thread/28789-Installing-OMV5-on-Raspberry-PI-s-Armbian-SBC-s-i386-32-bit-platforms/