From ef0cb55fdb25d537f6a077df60ea8a2c675668ea Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Tue, 19 May 2020 12:12:02 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e8111b..1bcb940 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,14 @@ - will install openmediavault, omv-extras, and flashmemory ### install the script's prerequisites -#### `apt-get install wget sudo` +#### apt-get install wget sudo ### download script and execute - the wget option -O needs to be a capital letter 'O' -#### `wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash` +- the second wget '-' has a space on both sides +#### wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash +#### -OR- +#### 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/