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-05-20 18:11:22 +0530
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-20 08:44:33 -0400
commit73e3b99f72a4ac47a4cd69a4fa794f02859b5c58 (patch)
treef9a5da8675cf21b680c0de5ff75ef290c1bfdfd0 /examples
parent5fe3a77aedb8d0f9230c13c89139c77328ed28f7 (diff)
changed "desktop" to "profile" while loading config
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 82ad0443..ad9e6bd1 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -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()