added network functions to new net.sh lib, moved set_system_proxy, begin of offline mode implementation
This commit is contained in:
@@ -63,6 +63,9 @@ read_commandline()
|
||||
"-D"|"--no-deps")
|
||||
export NO_DEPS=true
|
||||
;;
|
||||
"-o"|"--offline")
|
||||
export OFFLINE=true
|
||||
;;
|
||||
"-P"|"--no-proxy")
|
||||
export NO_PROXY=true
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user