index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Abhay Mohandas <80393938+abhay-mohandas@users.noreply.github.com> | 2022-08-01 19:09:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 15:39:39 +0200 |
commit | 463114356cd195b5402fc7f280508fea6566a7df (patch) | |
tree | 9200e417be072a7dbaf21fa001078c34feecd3d7 /examples/guided.py | |
parent | 5626c109272b7d34d25facbd2b22f466bf1f4ce2 (diff) |
-rw-r--r-- | examples/guided.py | 4 |
diff --git a/examples/guided.py b/examples/guided.py index 0bb377a4..bbf19bf9 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -85,6 +85,10 @@ def ask_user_questions(): global_menu.enable('packages') + if archinstall.arguments.get('advanced', False): + # Enable parallel downloads + global_menu.enable('parallel downloads') + # Ask or Call the helper function that asks the user to optionally configure a network. global_menu.enable('nic') |