玩客云安装

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):
    第117行改成
_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
posted @ 2020-04-03 17:07  我心飞扬~  阅读(3068)  评论(0)    收藏  举报