Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorYash Tripathi <tripathiyash97@gmail.com>2021-07-18 21:17:20 +0530
committerYash Tripathi <tripathiyash97@gmail.com>2021-07-18 21:40:44 +0530
commitb2476313a7284fedc7a29ec17fc5090a1c985ae9 (patch)
tree1caca5ceabe31d8bc213b5620a856ccdd8bc4d81 /examples
parentb1998ddebf5bb73ae944c021e910c4fcb08878ec (diff)
added new key for desktop-environment
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 0ec9834f..6054387a 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -37,6 +37,7 @@ def load_config():
archinstall.arguments['profile'] = archinstall.Profile(None, archinstall.arguments.get('profile', None)['path'])
else:
archinstall.arguments['profile'] = archinstall.Profile(None, archinstall.arguments.get('profile', None))
+ archinstall.storage['_desktop_profile'] = archinstall.arguments.get('desktop-environment', None)
if archinstall.arguments.get('mirror-region', None) is not None:
if type(archinstall.arguments.get('mirror-region', None)) is dict:
archinstall.arguments['mirror-region'] = archinstall.arguments.get('mirror-region', None)