diff --git a/Linux_reinstall/InstallNET.sh b/Linux_reinstall/InstallNET.sh index debeec4..7273aca 100644 --- a/Linux_reinstall/InstallNET.sh +++ b/Linux_reinstall/InstallNET.sh @@ -4,10 +4,8 @@ ## Suitable for using by GRUB. ## Default root password: Vicer ## Blog: https://zhuanlan.zhihu.com/originaltechnic -## Written By Vicer, modified by MollyLau +## Written By Vicer, modifiedby Molly -export name_server='1.1.1.1' -export tm_zone='Asia/Shanghai' export tmpVER='' export tmpDIST='' export tmpURL='' @@ -597,44 +595,39 @@ $UNCOMP < /tmp/$NewIMG | cpio --extract --verbose --make-directories --no-absolu if [[ "$linuxdists" == 'debian' ]] || [[ "$linuxdists" == 'ubuntu' ]]; then cat >/tmp/boot/preseed.cfg<