Update guided.py

This commit is contained in:
Yash Tripathi 2021-05-20 08:00:10 +05:30 committed by Dylan Taylor
parent 27fa511914
commit 7a98ccb9aa
1 changed files with 1 additions and 1 deletions

View File

@ -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()