From a121fca39da80f494456abbe9c8e1cbce0aea9b4 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Sat, 15 Apr 2023 15:33:24 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 832ab34..77a2955 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Tools Something about scripts # Linux reinstall useage + +![1](1.jpg) + ## Download:
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh
@@ -264,10 +267,6 @@ Japanese: https://dl.lamp.sh/vhd/ja_win2012r2.xz - Fix if input --ip-addr "" --ip-mask "" --ip-gate "", static network configuration may not valid. - Support config timezone automatically according to the geo-location of the guest's IP or determine an existed timezone parameter to config it manually is also be supported. - Concentrate all needed installation of dependences to inner command except "wget" because you need to download "InstallNET.sh" first. -- - -![1](1.jpg) - - Change name server for Debian permanently is provided by "resolvconf", related configuration files has been written. you just need to logging in new installed system, and install "resolvconf":
echo "O" | apt install resolvconf -y
to make changes validating!