Ubuntu 18.04/16.04
Debian 9/10
CentOS 6
CentOS 7 (DD方式)
自定义DD镜像
DD windows / Linux 等 一键脚本
wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
密码:Pwd@Linux
或者:Pwd@CentOS
———————————————–
DD windows / Linux 等 一键脚本2
安装运行库
#Debian/Ubuntu: apt-get install -y xz-utils openssl gawk file #RedHat/CentOS: yum install -y xz openssl gawk file
如果出现错误,运行以下代码
#Debian/Ubuntu: apt-get update #RedHat/CentOS: yum update
一键脚本
示例脚本,补全DD包直连地址后运行即可;
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd '[Windows dd包直连地址]'
摘自:
https://blog.hicasper.com/post/135.html
https://sunpma.com/137.html