Support Devuan in cronjob-update-packages-list.
This commit is contained in:
parent
3e51c23340
commit
ac00e3ed38
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue