使用ssh登入後
輸入指令:
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash
如果無法解析網址
參考omv-firstaid在設定網路介面指定DNS
修改 /etc/resolv.conf 文件,新增DNS主機
輸入:
nameserver 8.8.8.8 nameserver 網關IP
存檔離開
若resolv.conf不斷重置原始資料則安裝resolvconf
輸入指令:
sudo apt install resolvconf
修改 /etc/resolvconf/resolv.conf.d/head 文件,新增DNS主機
參考網址:
https://wiki.omv-extras.org/
http://dns-learning.twnic.net.tw/bind/intro4.html