Finish ugly explorer integration

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-04 22:39:26 +01:00
commit 16f51ca14d
5 changed files with 28 additions and 12 deletions

View file

@ -33,3 +33,6 @@ fi
[ -f /etc/debian_version ] && echo debian
[ -f /etc/redhat-release ] && echo redhat
# ensure correct exit, otherwise other explorer won't get started
exit 0

View file

@ -19,7 +19,9 @@
#
#
case "$(__cdist_explorer_dir/os)" in
case "$("${__cdist_remote_explorer_dir}/os")" in
archlinux) echo pacman ;;
debian|ubuntu) echo apt ;;
esac
exit 0