Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for kali linux + fixing amavis dependency issue #560

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

metajemo
Copy link

Description of the issue/feature this PR addresses:

  • kali linux is not supported
  • installation fails because of a wrong amavis dependency in the list

Current behavior before PR:
Installation now supports kali linux and does not error with amavis dependency issue
Desired behavior after PR is merged:
Installation finishes OK and I can drink coffee instead of babysitting it

@@ -17,7 +17,7 @@ class Amavis(base.Installer):
packages = {
"deb": [
"libdbi-perl", "amavisd-new", "arc", "arj", "cabextract",
"liblz4-tool", "lrzip", "lzop", "p7zip-full", "rpm2cpio",
"lz4", "lrzip", "lzop", "p7zip-full", "rpm2cpio",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure changing this package name has no impact on the other distributions?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I understand all those are Debian derivatives and the naming should be the same, I will create a few VMs with Debian and Ubuntu and verify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants