Skip to content

Commit 7a2c3e9

Browse files
committed
improve readme
1 parent 2d29604 commit 7a2c3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
### download script and execute
99
- the wget option -O needs to be a capital letter 'O'
1010
- the second wget '-' has a space on both sides
11-
#### wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
11+
#### sudo wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
1212
#### -OR-
13-
#### curl -sSL https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
13+
#### sudo curl -sSL https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
1414

1515
### a detailed guide is available for this script as well
1616
https://forum.openmediavault.org/index.php/Thread/28789-Installing-OMV5-on-Raspberry-PI-s-Armbian-SBC-s-i386-32-bit-platforms/

0 commit comments

Comments
 (0)