Skip to content

Commit 5f64e7e

Browse files
authored
fix: add required deps
script uses `dig`, install `bind-utils` that provides this tool
1 parent e59720c commit 5f64e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EC2/AutomateDnsmasq/AutomateDnsmasq.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
fi
3333

3434
# Install dnsmasq package
35-
yum install -y dnsmasq
35+
yum install -y dnsmasq bind-utils
3636

3737
# Create the required User and Group
3838
groupadd -r dnsmasq

0 commit comments

Comments
 (0)