Skip to content

Instantly share code, notes, and snippets.

@JorWang
Last active September 23, 2021 13:24
Show Gist options
  • Save JorWang/9e5668cc67f10ab740470fb41ed6ed9e to your computer and use it in GitHub Desktop.
Save JorWang/9e5668cc67f10ab740470fb41ed6ed9e to your computer and use it in GitHub Desktop.
一键安装纯净系统
hiCasper 版
wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
来自:https://github.com/hiCasper/Shell
MoeClub 版
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh' && chmod a+x InstallNET.sh
来自:https://github.com/MoeClub/Note
说明:
bash InstallNET.sh -d/--debian [dist-name]
-u/--ubuntu [dist-name]
-c/--centos [dist-version]
-v/--ver [32/i386|64/amd64]
--ip-addr/--ip-gate/--ip-mask
-apt/-yum/--mirror
-dd/--image
-a/-m : 询问是否能进入VNC自行操作. -a 为不提示(一般用于全自动安装), -m 为提示.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment