From ad0a2952437fc03be2b81dc394f329cb37e9e8c9 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Thu, 15 Apr 2021 18:38:59 +0200 Subject: [PATCH] Added nslookup --- common/scripts/first_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/scripts/first_install.sh b/common/scripts/first_install.sh index 3c9233a..514a7cc 100644 --- a/common/scripts/first_install.sh +++ b/common/scripts/first_install.sh @@ -2,6 +2,5 @@ first_install() { echo 'Installing useful apps' - - sudo apt-get install net-tools nano htop iftop tree zip unzip curl wget -y + sudo apt-get install net-tools dnsutils nano htop iftop tree zip unzip curl wget -y }