From 0d488a626670500d6886c4f3c790308fe4e39edd Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Mon, 6 Jun 2022 22:32:07 +0100 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 39a76c6..0cdd584 100644 --- a/install.sh +++ b/install.sh @@ -7,6 +7,7 @@ uname=$(whoami) # Setup prereqs for server if [[ `which yum` ]]; then sudo yum install unzip -y + sudo yum install bind-utils -y elif [[ `which apt` ]]; then sudo apt-get update sudo apt-get install unzip -y