changed "desktop" to "profile" while loading config

This commit is contained in:
Yash Tripathi 2021-05-20 18:11:22 +05:30 committed by GitHub
parent 86fd64ef8a
commit 4d3595ecfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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