changed "desktop" to "profile" while loading config

This commit is contained in:
Yash Tripathi 2021-05-20 18:11:22 +05:30 committed by Dylan Taylor
parent 5fe3a77aed
commit 73e3b99f72
1 changed files with 1 additions and 1 deletions

View File

@ -413,6 +413,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()