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 08:00:10 +0530
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-19 22:43:27 -0400
commit7a98ccb9aa82adc16c86a7e9bf5855bf268010bf (patch)
treea928737fb2fdc58a685277d3fc5684fcf263a65d /examples
parent27fa5119145ffdc50b7aff400315dc7a82a8cc29 (diff)
Update guided.py
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 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()