chore(servers): update `cockpit` #4688 (#4706)

Signed-off-by: h8d13 <hadean-eon-dev@proton.me>
This commit is contained in:
h8d13 2026-08-12 01:55:22 +02:00 committed by GitHub
parent 2a83b502da
commit f0268ec8ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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