script that installs omv-extras and openmediavault if not installed already.
Go to file
2020-05-22 05:37:04 -05:00
.gitattributes initial commit 2019-09-16 09:03:55 -05:00
.gitignore initial commit 2019-09-16 09:03:55 -05:00
install skip virtual nics 2020-05-21 11:17:52 -05:00
install.old rename install to install.old 2020-05-13 17:25:52 -05:00
md5sum update checksum 2020-01-24 18:44:02 -06:00
README.md Update README.md 2020-05-19 12:12:02 -05:00
upgrade4to5 fix /etc/issue failure 2020-05-22 05:37:04 -05:00

installScript

  • please use a new SD card if installing on an arm/sbc device.
  • will install openmediavault, omv-extras, and flashmemory

install the script's prerequisites

apt-get install wget sudo

download script and execute

  • the wget option -O needs to be a capital letter 'O'
  • 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/