LXC Architecture System Reinstallation
After accessing SSH, execute the following commands (for CentOS systems, replace apt with yum, and refer to system commands for other systems):
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
Choose LXC architecture, then select system reinstallation. When prompted to reboot, select yes to restart.
If you encounter:
wget: command not found
Install according to your system:
# CentOS yum -y install wget # Debian/Ubuntu apt -y install wget # Alpine add apk wget -y