Update InstallNET.sh

This commit is contained in:
Molly Lau 2022-11-12 20:34:35 +09:00 committed by GitHub
parent bbd6bdb426
commit 265f05f6ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
export tmpVER=''
export tmpDIST=''
export tmpDNSServ=''
export tmpDNServ=''
export tmpURL=''
export tmpWORD=''
export tmpMirror=''
@ -148,7 +148,7 @@ while [[ $# -ge 1 ]]; do
tmpWORD="$1"
shift
;;
-dnserv)
-dnserv)
shift
tmpDNServ="$1"
shift