From 383f3c745585c4372e25dca0ab3b1f887212dc68 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Wed, 10 Oct 2018 16:22:16 +0800 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 6bcdecf..3715d41 100644 --- a/README.md +++ b/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: +
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/WedTools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh
+## Install +### Debian 8 +
bash InstallNET.sh -d 8 -v 64 -a
+### Debian 9 +
bash InstallNET.sh -d 9 -v 64 -a
+### Ubuntu 16.04 +
bash InstallNET.sh -u 16.04 -v 64 -a
+### Ubuntu 18.04 +
bash InstallNET.sh -u 18.04 -v 64 -a
+### Cent OS 6 +
bash InstallNET.sh -c 6.9 -v 64 -a
+### Cent OS 7 +
bash InstallNET.sh -c 7.5 -v 64 -a