added no proxy command line option

This commit is contained in:
2021-09-15 14:42:05 +02:00
parent 3a9dd52098
commit 9e8a2a3e0c
3 changed files with 6 additions and 1 deletions

View File

@@ -59,6 +59,9 @@ read_commandline()
"-R"|"--no-root-check")
export NO_ROOT_CHECK=true
;;
"-P"|"--no-proxy")
export NO_PROXY=true
;;
"-l"|"--logfile")
local want_logfile=true
;;