mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 13:44:50 +08:00
Update README.md
This commit is contained in:
parent
fc36dec88c
commit
3737924dc7
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@ If your VPS is base by Bandwagon and reinstalled OS which constructed by Bandwag
|
||||||
## Download:
|
## Download:
|
||||||
<pre><code>wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/WedTools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh</code></pre>
|
<pre><code>wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/WedTools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh</code></pre>
|
||||||
## Install
|
## Install
|
||||||
|
### Useage
|
||||||
|
<pre><code>bash InstallNET.sh -[OS name] [OS version] -v [Architecture] -a[Automatic, recommend]/m[Manually in VNC]</pre></code>
|
||||||
|
### OS name
|
||||||
|
d: Debian
|
||||||
|
u: Ubuntu
|
||||||
|
c: CentOS
|
||||||
|
Architecture: 32/i386 64/amd64
|
||||||
|
for example:
|
||||||
### Debian 8
|
### Debian 8
|
||||||
<pre><code>bash InstallNET.sh -d 8 -v 64 -a</code></pre>
|
<pre><code>bash InstallNET.sh -d 8 -v 64 -a</code></pre>
|
||||||
### Debian 9
|
### Debian 9
|
||||||
|
|
Loading…
Reference in a new issue