install dnsutils for nslookup on linux machines
parent
803fc43e26
commit
728e97d154
|
@ -84,7 +84,7 @@ fi
|
||||||
|
|
||||||
# We need pstree for the restart cronjobs
|
# We need pstree for the restart cronjobs
|
||||||
if [ "$(uname)" != "Darwin" ]; then
|
if [ "$(uname)" != "Darwin" ]; then
|
||||||
sudo apt-get -y install lsof psmisc
|
sudo apt-get -y install lsof psmisc dnsutils
|
||||||
else
|
else
|
||||||
brew install pstree coreutils pidof
|
brew install pstree coreutils pidof
|
||||||
ln -s /usr/local/bin/gtimeout /usr/local/bin/timeout || true
|
ln -s /usr/local/bin/gtimeout /usr/local/bin/timeout || true
|
||||||
|
|
Loading…
Reference in New Issue