还真的只有dd成debian9是最稳妥的 重新总结了一点小经验:
- bash <(wget –no-check-certificate -qO- ‘https://raw.githubusercontents.com/MoeClub/Note/master/InstallNET.sh’) -d 9 -v 64 -p 114514 -port 22 -a
- apt -y update && apt -y dist-upgrade && apt -y autoremove && apt -y clean && apt -y autoclean
- sed -i ‘s/stretch/buster/g’ /etc/apt/sources.list
- apt -y update && apt -y dist-upgrade && apt -y full-upgrade && apt -y autoremove && apt -y clean && apt -y autoclean
- reboot
- sed -i ‘s?buster/updates?bullseye-security?’ /etc/apt/sources.list && sed -i ‘s/buster/bullseye/g’ /etc/apt/sources.list
- apt -y update && apt -y dist-upgrade && apt -y full-upgrade && apt -y autoremove && apt -y clean && apt -y autoclean
- reboot
复制代码
|