Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYash Tripathi <tripathiyash97@gmail.com>2021-05-20 18:11:22 +0530
committerGitHub <noreply@github.com>2021-05-20 18:11:22 +0530
commit4d3595ecfc2f58176f81fa1f78ab214fb61aaafe (patch)
tree9f0bdc6e559b6c6d4594c127401701d1bd703fad
parent86fd64ef8ae804ae26bd02f90dbb780a8151f439 (diff)
changed "desktop" to "profile" while loading config
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index b3e87df7..f53078db 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -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()