gen-apt-conf: fix --network

parent b8a87010
...@@ -41,6 +41,10 @@ while true; do ...@@ -41,6 +41,10 @@ while true; do
REPOS="${2//,/ }" REPOS="${2//,/ }"
shift shift
;; ;;
--net|--network)
NETWORK=true
shift
;;
--) --)
shift shift
break break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment