dd Win_Server2016
root权限登陆系统
# su -
安装依赖
更新系统
#Debian/Ubuntu:
apt-get update
#RedHat/CentOS:
yum update
必要依赖
Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file
#RedHat/CentOS:
yum install -y xz openssl gawk file
开始dd
wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win_Server2016_64_Administrator_nat.ee.gz'
最后于 11月前
被bingo编辑
,原因: