forked from ungleich-public/cdist
change explorer to use locally available path
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
fde8b2b1b9
commit
0bf48923a9
3 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
#
|
||||
|
||||
case "$(./os)" in
|
||||
case "$(./conf/explorers/os)" in
|
||||
archlinux) echo pacman ;;
|
||||
debian|ubuntu) echo apt ;;
|
||||
gentoo) echo emerge ;;
|
||||
|
|
Loading…
Reference in a new issue