DD在线安装系统命令

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd '直连' bash <(wget --no-check-certificate -qO- 'https://cdn.jsdelivr.net/gh/MoeClub/Note/InstallNET.sh') --mirror 'https://mirrors.ustc.edu.cn/debian' -dd '直链' 以上两个都可 注意的是: 1:--no-check-certificate 可以省略 在http或者https证书有效的情况下 2:--mirror 'https://mirrors.ustc.edu.cn/debian 在国外可以省略,添加是解决国内源无法连接或者过慢的问题 3:简短的命令例子: bash <(wget…

Continue Reading