-
Notifications
You must be signed in to change notification settings - Fork 53
Install omv extras
Aaron Murray edited this page Oct 20, 2017
·
2 revisions
OMV-Extras.org is a plugin which enables you to do several things...
- Download the plugin to enable this repository here:
- Go to the plugin tab in OMV's web interface.
- Upload the file.
- Select the newly uploaded plugin openmediavault-omvextrasorg
- Click on Install. Refresh page.
- Go to the plugin tab and click Check.
- OR -
OMV 2.x (stoneburner)
wget http://omv-extras.org/openmediavault-omvextrasorg_latest_all.deb
dpkg -i openmediavault-omvextrasorg_latest_all.deb
apt-get update
OMV 3.x (erasmus)
wget http://omv-extras.org/openmediavault-omvextrasorg_latest_all3.deb
dpkg -i openmediavault-omvextrasorg_latest_all3.deb
apt-get update
OMV 4.x (arrakis)
wget http://omv-extras.org/openmediavault-omvextrasorg_latest_all4.deb
dpkg -i openmediavault-omvextrasorg_latest_all4.deb
apt-get update
If you have dependency issues (typical with apt-transport-https), execute: apt-get -f install