PVE工具PVE TOOLS
链接如下:https://github.com/ivanhao/pvetools
完全按照链接操作即可,装完pve第一件事儿就是装他
中国用户:
方式一:命令行安装
需要用root账号来运行
在终端中按行分别执行以下内容:
强烈建议先删除企业源:rm /etc/apt/sources.list.d/pve-enterprise.list
1 | export LC_ALL=en_US.UTF-8 |
一键无脑安装:
1 | echo "nameserver 8.8.8.8" >> /etc/resolv.conf && rm /etc/apt/sources.list.d/pve-enterprise.list && export LC_ALL=en_US.UTF-8 && apt update && apt -y install git && git clone https://github.com/ivanhao/pvetools.git && cd pvetools && ./pvetools.sh |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 乱七八糟!
评论