Closed chuhn closed 6 years ago
Debian Stretch has to be handled like Ubuntu >= 15.04 due to systemd'd nfs-common package.
The logic could be even more consolidated ie.
case when debian_version >= 9 || ubuntu_version >= 15.04 … when … else … end
but the current patch is good enough™ for me.
Debian Stretch has to be handled like Ubuntu >= 15.04 due to systemd'd nfs-common package.
The logic could be even more consolidated ie.
but the current patch is good enough™ for me.