Introduce Clear Linux OS #372

Closed
romain-dartigues wants to merge 8 commits from romain-dartigues/cdist:rd/clear-linux-os into master
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 88bb561288 - Show all commits

View File

@ -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"