Update README.md

This commit is contained in:
Molly Lau 2021-10-04 12:07:09 +09:00 committed by GitHub
parent 7efba6ca88
commit 7ad2c267f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,23 @@ for CentOS, mirror lists are here:
<pre><code>bash InstallNET.sh -d 9 -v 64 -a</code></pre>
### Debian 10 (Default)
<pre><code>bash InstallNET.sh -d 10 -v 64 -a</code></pre>
### Debian 10 (prefer mirror in China with firmware, recommend for Chinese users)
### Debian 10 (prefer mirror manually with firmware, recommend for servers which are operating outside of mainland China)
Japan:
<br />
<pre><code>bash InstallNET.sh -d 10 -v 64 -a --mirror 'http://ftp.riken.jp/Linux/debian/debian/' -firmware</code></pre>
America:
<br />
<pre><code>bash InstallNET.sh -d 10 -v 64 -a --mirror 'http://ftp.us.debian.org/debian/' -firmware</code></pre>
HongKong:
<br />
<pre><code>bash InstallNET.sh -d 10 -v 64 -a --mirror 'http://ftp.hk.debian.org/debian/' -firmware</code></pre>
<br />
<pre><code></code></pre>
<br />
<pre><code></code></pre>
<br />
<pre><code></code></pre>
### Debian 10 (prefer mirror manually with firmware, recommend for servers which are operating in mainland China)
<pre><code>bash InstallNET.sh -d 10 -v 64 -a --mirror 'https://mirrors.tuna.tsinghua.edu.cn/debian/' -firmware --cdimage 'ustc'</code></pre>
<pre><code>bash InstallNET.sh -d 10 -v 64 -a --mirror 'http://mirrors.163.com/debian/' -firmware --cdimage 'ustc'</code></pre>
<pre><code>bash InstallNET.sh -d 10 -v 64 -a --mirror 'http://mirrors.cloud.tencent.com/debian/' -firmware --cdimage 'ustc'</code></pre>