gen-apt-conf: fix --network

parent b8a87010
......@@ -41,6 +41,10 @@ while true; do
REPOS="${2//,/ }"
shift
;;
--net|--network)
NETWORK=true
shift
;;
--)
shift
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