diff --git a/cronjob-update-packages-list b/cronjob-update-packages-list index 824965d..7c74c26 100755 --- a/cronjob-update-packages-list +++ b/cronjob-update-packages-list @@ -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')