Last active
September 23, 2021 13:24
-
-
Save JorWang/9e5668cc67f10ab740470fb41ed6ed9e to your computer and use it in GitHub Desktop.
一键安装纯净系统
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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