mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 05:34:34 +08:00
Update README.md
This commit is contained in:
parent
8a13f093fc
commit
35067e9549
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -18,11 +18,6 @@ Switch to the default direction of the root user
|
|||
<pre><code>cd ~</code></pre>
|
||||
And then continue to download and execute this script.
|
||||
|
||||
## Download:
|
||||
<pre><code>wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh</code></pre>
|
||||
Servers in mainland of China:
|
||||
<pre><code>wget --no-check-certificate -qO InstallNET.sh 'https://gitee.com/mb9e8j2/Tools/raw/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh</code></pre>
|
||||
|
||||
## Dependences && Supporting the following OS list to install to the OS that script supported:
|
||||
Debian series(Debian / Ubuntu / Kali):
|
||||
<pre><code>apt update -y</code></pre>
|
||||
|
@ -36,6 +31,11 @@ Alpine Linux:
|
|||
<pre><code>apk add bash wget</code></pre>
|
||||
<pre><code>sed -i 's/root:\/bin\/ash/root:\/bin\/bash/g' /etc/passwd</code></pre>
|
||||
|
||||
## Download:
|
||||
<pre><code>wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh</code></pre>
|
||||
Servers in mainland of China:
|
||||
<pre><code>wget --no-check-certificate -qO InstallNET.sh 'https://gitee.com/mb9e8j2/Tools/raw/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh</code></pre>
|
||||
|
||||
## Quickly start
|
||||
If you need to add other parameters, version number must be assigned!
|
||||
### Debian 12
|
||||
|
|
Loading…
Reference in a new issue