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
7f6f9561db
commit
383f3c7455
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -1,2 +1,20 @@
|
|||
# WedTools
|
||||
Something about website
|
||||
# Linux reinstall useage
|
||||
## Notes:
|
||||
If your VPS is base by Bandwagon and reinstalled OS which constructed by Bandwagon just now, you must reboot and then execute it.
|
||||
## 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>
|
||||
## Install
|
||||
### Debian 8
|
||||
<pre><code>bash InstallNET.sh -d 8 -v 64 -a</code></pre>
|
||||
### Debian 9
|
||||
<pre><code>bash InstallNET.sh -d 9 -v 64 -a</code></pre>
|
||||
### Ubuntu 16.04
|
||||
<pre><code>bash InstallNET.sh -u 16.04 -v 64 -a</code></pre>
|
||||
### Ubuntu 18.04
|
||||
<pre><code>bash InstallNET.sh -u 18.04 -v 64 -a</code></pre>
|
||||
### Cent OS 6
|
||||
<pre><code>bash InstallNET.sh -c 6.9 -v 64 -a</code></pre>
|
||||
### Cent OS 7
|
||||
<pre><code>bash InstallNET.sh -c 7.5 -v 64 -a</code></pre>
|
||||
|
|
Loading…
Reference in a new issue