#安装centos6.9 x64,不支持centos7 默认系统账号:root 默认远程端口:22 bash <(wget --no-check-certificate -qO- 'https://one.zkx.win/down/os/shell/InstallNET.sh') -c 6.9 -v 64 -a -p 自定义密码 #安装debian9 x64 默认系统账号:root 默认远程端口:22 bash <(wget --no-check-certificate -qO- 'https://one.zkx.win/down/os/shell/InstallNET.sh') -d 9 -v 64 -a -p 自定义密码 #安装ubuntu16.04 x64 默认系统账号:root 默认远程端口:22 bash <(wget --no-check-certificate -qO- 'https://one.zkx.win/down/os/shell/InstallNET.sh') -u 16.04 -v 64 -a -p 自定义密码 #安装win7 x86 默认系统账号:Administrator 默认系统密码:Vicer 默认远程端口:3389 bash <(wget --no-check-certificate -qO- 'https://one.zkx.win/down/os/shell/InstallNET.sh') -dd 'https://one.zkx.win/down/os/dd/moeclub/win7emb_x86.tar.gz' #安装win8.1 x64 默认系统账号:Administrator 默认系统密码:Vicer 默认远程端口:3389 bash <(wget --no-check-certificate -qO- 'https://one.zkx.win/down/os/shell/InstallNET.sh') -dd 'https://one.zkx.win/down/os/dd/moeclub/win8.1emb_x64.tar.gz' #安装win10ltsc x64 默认系统账号:Administrator 默认系统密码:Vicer 默认远程端口:3389 bash <(wget --no-check-certificate -qO- 'https://one.zkx.win/down/os/shell/InstallNET.sh') -dd 'https://one.zkx.win/down/os/dd/moeclub/win10ltsc_x64.tar.gz' #自定义网络参数示例: bash <(wget --no-check-certificate -qO- 'https://one.zkx.win/down/os/shell/InstallNET.sh') --ip-addr x.x.x.x --ip-gate x.x.x.x --ip-mask x.x.x.x -dd ' #国内推荐使用USTC源 #--mirror 'http://mirrors.ustc.edu.cn/debian/'