From 3737924dc7823f46f800911c17c28c4e516fc267 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Wed, 10 Oct 2018 16:30:57 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b4475c5..a2fa969 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ If your VPS is base by Bandwagon and reinstalled OS which constructed by Bandwag ## Download:
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/WedTools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh
## Install +### Useage +
bash InstallNET.sh -[OS name] [OS version] -v [Architecture] -a[Automatic, recommend]/m[Manually in VNC]
+### OS name +d: Debian +u: Ubuntu +c: CentOS +Architecture: 32/i386 64/amd64 +for example: ### Debian 8
bash InstallNET.sh -d 8 -v 64 -a
### Debian 9