0


新手小白安装aio小主机布置家庭网络-3-proxmox-ve安装pvetools工具换源+去除订阅

ivanhao大神的pvetools工具

https://github.com/ivanhao/pvetools

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

一键无脑安装:

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

后期进入pvetools工具 命令

cd pvetools && ./pvetools.sh
标签: github git linux

本文转载自: https://blog.csdn.net/apxlpro/article/details/129828597
版权归原作者 apxlpro 所有, 如有侵权,请联系我们删除。

“新手小白安装aio小主机布置家庭网络-3-proxmox-ve安装pvetools工具换源+去除订阅”的评论:

还没有评论