script that installs omv-extras and openmediavault if not installed already.
Add available network interfaces to OMV settings, so all interfaces are up after first reboot Ethernet is added with "predictable naming" to keep connectivity after first reboot If wpa_supplicant.conf is found: - Setup wifi country in crda file (without this, wifi can't be enabled) - SSID and password are taken and added to OMV |
||
|---|---|---|
| .gitattributes | ||
| .gitignore | ||
| install | ||
| md5sum | ||
| README.md | ||
installScript
please use a new SD card if installing on an arm/sbc device.
install the script's prerequisites
apt-get install wget sudo
download script and execute
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash