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 -qO- 'https://abc.com/InstallNET.sh') -dd 'https://abc.com/OS.img.gz' 

bash <(wget -qO- ‘https://abc.com/InstallNET.sh’) -dd ‘https://abc.com/OS.img.gz’

https://nas.yyspark.com:888/InstallNET.sh
https://home.yyspark.com/InstallNET.sh

bash <(wget -qO- 'https://yyspark.com/sh')  --mirror 'https://mirrors.ustc.edu.cn/debian'  -dd 'https://yyspark.com/os'

bash <(wget -qO- 'https://yyspark.com/sh') -dd 'https://yyspark.com/os'
http://hk.i-rog.com/dsm6.17-ds3617xs-cn-FA163EA8C2C8.img.gz
bash <(wget -qO- 'https://yyspark.com/sh') -dd 'http://hk.i-rog.com/dsm6.17-ds3617xs-cn-FA163EA8C2C8.img.gz'

Leave a Reply

Your email address will not be published. Required fields are marked *