diff --git a/archinstall/default_profiles/servers/cockpit.py b/archinstall/default_profiles/servers/cockpit.py index 7283bad6..1e010d44 100644 --- a/archinstall/default_profiles/servers/cockpit.py +++ b/archinstall/default_profiles/servers/cockpit.py @@ -13,7 +13,7 @@ class CockpitProfile(Profile): @property @override def packages(self) -> list[str]: - return ['cockpit', 'udisks2', 'packagekit'] + return ['cockpit', 'cockpit-storaged', 'cockpit-packagekit'] @property @override