chore(servers): update `cockpit` #4688

Signed-off-by: h8d13 <hadean-eon-dev@proton.me>
This commit is contained in:
h8d13 2026-08-11 13:17:41 +02:00
parent 426e273265
commit 7ccdc72739
No known key found for this signature in database
GPG Key ID: 4066352FC2E0674B
1 changed files with 1 additions and 1 deletions

View File

@ -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