diff --git a/archinstall/lib/profile/profiles_handler.py b/archinstall/lib/profile/profiles_handler.py index 1ac208d451..5cf756bd30 100644 --- a/archinstall/lib/profile/profiles_handler.py +++ b/archinstall/lib/profile/profiles_handler.py @@ -235,11 +235,11 @@ def install_profile_config(self, install_session: Installer, profile_config: Pro if not profile: return - profile.install(install_session) - if profile_config.gfx_driver and (profile.is_xorg_type_profile() or profile.is_desktop_profile()): self.install_gfx_driver(install_session, profile_config.gfx_driver) + profile.install(install_session) + if profile_config.greeter: self.install_greeter(install_session, profile_config.greeter)