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