Hi
I have done a new install and trying to install omv-extras per below:
Thread
OMV-Extras.org Plugin
Installation of OMV-Extras.org
Description
OMV-Extras.org is a plugin which enables you to do several things...
Installation
From command line as root (preferred method) and only method for OMV6 and OMV7
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash
OR
From OMV web interface (alternative method)
…
Description
OMV-Extras.org is a plugin which enables you to do several things...
- Install proxmox kernel
- Install even more plugins.
Installation
From command line as root (preferred method) and only method for OMV6 and OMV7
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash
OR
From OMV web interface (alternative method)
…
the script wont work with sudo command nor adding root access to my new install.
Code
pi@omvt:~ $ sudo wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash
Redirecting output to ‘wget-log.6’.
This script must be executed as root or using sudo.
Any ideas?