add debian/ubuntu support for default pkg_system
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
8cfcaf30a4
commit
8a802f6db3
1 changed files with 1 additions and 0 deletions
|
@ -21,4 +21,5 @@
|
|||
|
||||
case "$(__cdist_explorer_dir/os)" in
|
||||
archlinux) echo pacman ;;
|
||||
debian|ubuntu) echo apt ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue