Added nslookup

This commit is contained in:
Sven Heidemann 2021-04-15 18:38:59 +02:00
parent ed94e3ca3d
commit ad0a295243

View File

@ -2,6 +2,5 @@
first_install() { first_install() {
echo 'Installing useful apps' echo 'Installing useful apps'
sudo apt-get install net-tools dnsutils nano htop iftop tree zip unzip curl wget -y
sudo apt-get install net-tools nano htop iftop tree zip unzip curl wget -y
} }