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