add support for gentoo to explorer pgk_system
Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
This commit is contained in:
parent
f3584aa727
commit
4f1cc56bcd
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
case "$("${__cdist_remote_explorer_dir}/os")" in
|
||||
archlinux) echo pacman ;;
|
||||
debian|ubuntu) echo apt ;;
|
||||
gentoo) echo emerge ;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue