There is no need to execute wget or curl as root

This commit is contained in:
Werner Stein 2020-12-23 23:48:29 +01:00 committed by GitHub
parent 25f142929e
commit e64553fc1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/