From 6470ab8dd45168abd912c445690abb17b40c51cc Mon Sep 17 00:00:00 2001 From: Mark David <44349634+markd69@users.noreply.github.com> Date: Tue, 18 Aug 2020 13:07:12 -0400 Subject: [PATCH] Install dig command I've noticed on a couple of machines that dig is not installed by default anymore causing the FQDN check to fail. --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 16c4366..4285fab 100644 --- a/install.sh +++ b/install.sh @@ -364,6 +364,7 @@ repositories_setup(){ add-apt-repository -y ppa:nginx/development fi apt -y install tuned + apt-get install dnsutils -y tuned-adm profile latency-performance elif [ "$lsb_dist" = "debian" ]; then apt-get -y install ca-certificates apt-transport-https