added network functions to new net.sh lib, moved set_system_proxy, begin of offline mode implementation

This commit is contained in:
2022-09-07 21:19:42 +02:00
parent da37fd3bae
commit 5e44ebebd5
4 changed files with 188 additions and 9 deletions

View File

@@ -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
;;