From 06e89614e99a0e4ddf20b47f481c20c5a3dc391f Mon Sep 17 00:00:00 2001 From: mospaeda Date: Mon, 5 Oct 2015 23:58:15 +0200 Subject: [PATCH] Dnsutils package missing for dig tool --- automated install/basic-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 9a82f0c2..80bb7543 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -42,6 +42,7 @@ sudo apt-get update sudo apt-get -y upgrade echo "Installing tools..." +sudo apt-get -y install dnsutils sudo apt-get -y install bc sudo apt-get -y install toilet