use ./ for other explorer
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
5cfaad9d7a
commit
6ff47f59a8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
#
|
||||
|
||||
case "$("${__cdist_remote_explorer_dir}/os")" in
|
||||
case "$(./os)" in
|
||||
archlinux) echo pacman ;;
|
||||
debian|ubuntu) echo apt ;;
|
||||
gentoo) echo emerge ;;
|
||||
|
|
Loading…
Reference in a new issue