modoboa / modoboa-installer

An installer for Modoboa
MIT License
254 stars 135 forks source link

LMDE compatability #548

Closed aleczdr closed 4 months ago

aleczdr commented 4 months ago

Description of the issue/feature this PR addresses: Fixes installer compatibility errors with LMDE by adding "linuxmint" to the list of Debian distros.

Current behavior before PR: Fails to install on LMDE

Desired behavior after PR is merged: Installs on LMDE

Note: Although this fixes the issue for LMDE, the true way to fix this for all Debian derivatives is to implement the "ID_LIKE" parameter from /etc/os-release.

Note 2: This fix has not been tested on ubuntu or base debian.

tonioo commented 4 months ago

@aleczdr Thanks for that. I'll look at the enhancement you're proposing.