script that installs omv-extras and openmediavault if not installed already.
Go to file
2021-03-17 06:52:11 -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 improve unsupported version message 2021-03-11 12:27:48 -06:00
md5sum update checksum 2020-01-24 18:44:02 -06:00
README.md link to omv docs 2021-03-17 06:52:11 -05:00
upgrade4to5 re-add --yes 2020-12-28 13:06:03 -06: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

sudo 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

a detailed guide is available for this script as well

https://openmediavault.readthedocs.io/en/5.x/new_user_guide/newuserguide.html

get help for this script in the forum

https://forum.openmediavault.org/

to skip network setup done by the script