Add Devuan to supported package list creation.

This commit is contained in:
Darren 'Tadgy' Austin 2026-03-21 16:40:18 +00:00
commit 8c986d5f5c

View file

@ -14,7 +14,7 @@ case "$ID" in
'alpine')
apk list -I | cut -d' ' -f1 | rev | cut -d- -f3- | rev >/etc/pkglist
;;
'debian'|'ubuntu')
'debian'|'devuan'|'ubuntu')
dpkg-query --show --showformat='${Package}\n' >/etc/pkglist
;;
'slackware')