more /etc/hosts magic to ease development
Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
This commit is contained in:
parent
cda7664e13
commit
c441f68c9c
1 changed files with 4 additions and 3 deletions
|
@ -20,13 +20,14 @@ case "$__target_host" in
|
||||||
__package_pacman wireshark-cli --state installed
|
__package_pacman wireshark-cli --state installed
|
||||||
__package_pacman zsh --state installed
|
__package_pacman zsh --state installed
|
||||||
;;
|
;;
|
||||||
|
cdist-gentoo)
|
||||||
|
__package tree --ensure installed
|
||||||
|
;;
|
||||||
|
|
||||||
|
# Real machines
|
||||||
ikq*)
|
ikq*)
|
||||||
__package_apt zsh --state installed
|
__package_apt zsh --state installed
|
||||||
;;
|
;;
|
||||||
|
|
||||||
icarus)
|
|
||||||
__package tree --ensure installed
|
|
||||||
;;
|
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue