I tryed both kombos:
omv-extras.org .deb releases
- Install from command line as root. If you are not root already, change to root first:
Code
Code
sudo su - wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash
- If you don't want to use root, you must use sudo for the bash execution. But if this is the first time you have run sudo, you will not see the sudo prompt for your password. Use sudo for both commands:
Code
Code
sudo wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | sudo bash
but the error is the same:
wget: invalid option -- '0'
Usage: wget [option]... [url]....
try wget [option].... url...
Idea?