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')
|
'alpine')
|
||||||
apk list -I | cut -d' ' -f1 | rev | cut -d- -f3- | rev >/etc/pkglist
|
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
|
dpkg-query --show --showformat='${Package}\n' >/etc/pkglist
|
||||||
;;
|
;;
|
||||||
'slackware')
|
'slackware')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue