introduce Clear Linux OS to the __package type

This commit is contained in:
romain-dartigues 2024-02-10 17:53:12 +01:00
parent d1ae8942da
commit 88bb561288
1 changed files with 1 additions and 0 deletions

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"