Add missing dependancy on unzip for postwhite.

This commit is contained in:
Chris
2025-09-22 22:13:09 +02:00
parent 9d91a25293
commit 2dbec9d2a5

View File

@@ -20,8 +20,8 @@ class Postwhite(base.Installer):
] ]
no_daemon = True no_daemon = True
packages = { packages = {
"deb": ["bind9-host"], "deb": ["bind9-host", "unzip"],
"rpm": ["bind-utils"] "rpm": ["bind-utils", "unzip"]
} }
def install_from_archive(self, repository, target_dir): def install_from_archive(self, repository, target_dir):