Network settings lost after OMV install

I used to install OMV through SSH:

wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash

This completely messes up the network settings and disable the wifi. How to install OMV without such problem?

Apparently I should not use the full install but a install script without network setup:

wget https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install
chmod +x install
sudo ./install -n

1 Like