We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba9d03 commit 3607029Copy full SHA for 3607029
1 file changed
archinstall/scripts/guided.py
@@ -123,12 +123,12 @@ def perform_installation(mountpoint: Path) -> None:
123
if config.packages and config.packages[0] != '':
124
installation.add_additional_packages(config.packages)
125
126
- if profile_config := config.profile_config:
127
- profile_handler.install_profile_config(installation, profile_config)
128
-
129
if app_config := config.app_config:
130
application_handler.install_applications(installation, app_config)
131
+ if profile_config := config.profile_config:
+ profile_handler.install_profile_config(installation, profile_config)
+
132
if timezone := config.timezone:
133
installation.set_timezone(timezone)
134
0 commit comments