Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 77f1f4f1..29eea324 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -417,6 +417,6 @@ else:
# Temporary workaround to make Desktop Environments work
archinstall.storage['_desktop_profile'] = archinstall.arguments.get('desktop', None)
if archinstall.arguments.get('profile', None):
- archinstall.arguments['profile'] = Profile(installer=None, path=archinstall.arguments['profile']['path'])
+ archinstall.arguments['profile'] = archinstall.list_profiles()[archinstall.arguments['profile']]
perform_installation_steps()