1、先刷armbian5.67
2、修改國內源
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main contrib non-free # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-updates main contrib non-free # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-updates main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-backports main contrib non-free # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-backports main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian-security stretch/updates main contrib non-free # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security stretch/updates main contrib non-free
apt update
3、安裝omv
1、修改python weakref.py,防止報錯
vim /usr/lib/python3.5/weakref.py
然后把第109行改成
def remove(wr, selfref=ref(self), _atomic_removal=_remove_dead_weakref):
_atomic_removal(d, wr.key)
運行armiban-config,選擇omv安裝
OMV第三方插件的安裝
wget http://omv-extras.org/openmediavault-omvextrasorg_latest_all4.deb dpkg -i openmediavault-omvextrasorg_latest_all4.deb apt-get update