index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Yash Tripathi <tripathiyash97@gmail.com> | 2021-05-20 18:11:22 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 18:11:22 +0530 |
commit | 4d3595ecfc2f58176f81fa1f78ab214fb61aaafe (patch) | |
tree | 9f0bdc6e559b6c6d4594c127401701d1bd703fad | |
parent | 86fd64ef8ae804ae26bd02f90dbb780a8151f439 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index b3e87df7..f53078db 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -408,6 +408,6 @@ else: # Temporarily disabling keep_partitions if config file is loaded archinstall.arguments['harddrive'].keep_partitions = False # Temporary workaround to make Desktop Environments work - archinstall.arguments['profile'] = archinstall.Profile(None, archinstall.arguments.get('desktop', None)) + archinstall.arguments['profile'] = archinstall.Profile(None, archinstall.arguments.get('profile', None)) perform_installation_steps() |