forked from ungleich-public/cdist
introduce Clear Linux OS to the __package type
This commit is contained in:
parent
d1ae8942da
commit
88bb561288
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…
Reference in a new issue