diff --git a/modoboa_installer/scripts/postwhite.py b/modoboa_installer/scripts/postwhite.py index 02ccc36..0761cc7 100644 --- a/modoboa_installer/scripts/postwhite.py +++ b/modoboa_installer/scripts/postwhite.py @@ -20,8 +20,8 @@ class Postwhite(base.Installer): ] no_daemon = True packages = { - "deb": ["bind9-host"], - "rpm": ["bind-utils"] + "deb": ["bind9-host", "unzip"], + "rpm": ["bind-utils", "unzip"] } def install_from_archive(self, repository, target_dir):