index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Yash Tripathi <tripathiyash97@gmail.com> | 2021-05-20 08:00:10 +0530 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-05-19 22:43:27 -0400 |
commit | 7a98ccb9aa82adc16c86a7e9bf5855bf268010bf (patch) | |
tree | a928737fb2fdc58a685277d3fc5684fcf263a65d | |
parent | 27fa5119145ffdc50b7aff400315dc7a82a8cc29 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 77f1f4f1..29eea324 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -417,6 +417,6 @@ else: # Temporary workaround to make Desktop Environments work archinstall.storage['_desktop_profile'] = archinstall.arguments.get('desktop', None) if archinstall.arguments.get('profile', None): - archinstall.arguments['profile'] = Profile(installer=None, path=archinstall.arguments['profile']['path']) + archinstall.arguments['profile'] = archinstall.list_profiles()[archinstall.arguments['profile']] perform_installation_steps() |