分享两个一键dd安装Linux脚本
一个是
wget -N –no-check-certificate https://down.vpsaff.net/linux/dd/network-reinstall-os.sh && \
chmod +x network-reinstall-os.sh && ./network-reinstall-os.sh
账户名:root,密码:IdcOffer.com
另一个是天权璇玑的脚本
更新系统下载必要软件:apt-get update -y && apt-get install curl wget vim dnsutils telnet -y
下载dd脚本:
wget –no-check-certificate -qO InstallNET.sh ‘https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh’ && chmod a+x InstallNET.sh
比如安装debian 10
bash InstallNET.sh -debian 10
账户名:root,密码:LeitboGi0ro