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 }