LXC 架构 重装系统
进入 SSH 后,输入下列命令 (如是 Centos 系统,请把 apt 换成 yum,其他系统参照系统命令)
apt -y install wget &&\ wget -qO OsMutation.sh https://raw.githubusercontent.com/LloydAsp/OsMutation/main/OsMutation.sh &&\ chmod u+x OsMutation.sh &&\ bash OsMutation.sh
架构选择 LXC,后自行选择系统重装,提示重启时选择 yes 重启即可
如提示
wget: command not found
请根据系统安装:
# Centos系 yum -y install wget # Debian/Ubuntu apt -y install wget # alpine add apk wget -y