diff --git a/archinstall/default_profiles/servers/cockpit.py b/archinstall/default_profiles/servers/cockpit.py index e3ed51d1..1b3d31f6 100644 --- a/archinstall/default_profiles/servers/cockpit.py +++ b/archinstall/default_profiles/servers/cockpit.py @@ -14,7 +14,7 @@ class CockpitProfile(Profile): @override def packages(self) -> list[str]: # NOTE: udisks2 and packagekit are raw dependenices, not cockpit app components - return ['cockpit', 'cockpit-storaged', 'packagekit'] + return ['cockpit', 'cockpit-storaged', 'cockpit-packagekit'] @property @override