forked from ungleich-public/cdist
introduce clear-linux-os to the __package type
This commit is contained in:
parent
ec6add384e
commit
e52cb98c52
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ else
|
|||
amazon|scientific|centos|fedora|redhat) type="yum" ;;
|
||||
archlinux) type="pacman" ;;
|
||||
debian|ubuntu|devuan) type="apt" ;;
|
||||
clear-linux-os) type="swupd" ;;
|
||||
freebsd)
|
||||
if [ -n "$(cat "$__object/explorer/pkgng_exists")" ]; then
|
||||
type="pkgng_freebsd"
|
||||
|
|
Loading…
Add table
Reference in a new issue