8 lines
227 B
Markdown
8 lines
227 B
Markdown
# installScript
|
|
|
|
# install the script's requistite
|
|
apt-get install wget lsb_release sudo
|
|
|
|
# download script and execute
|
|
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
|