introduce clear-linux-os to the __package type

This commit is contained in:
romain-dartigues 2024-02-10 17:53:12 +01:00
parent ec6add384e
commit e52cb98c52
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"