diff options
Diffstat (limited to 'boot/dns_install.sh')
-rw-r--r-- | boot/dns_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/dns_install.sh b/boot/dns_install.sh index 9cf5c324..d647aca1 100644 --- a/boot/dns_install.sh +++ b/boot/dns_install.sh @@ -52,7 +52,7 @@ fi # Download dependencies add-apt-repository -y ppa:openjdk-r/ppa apt-get update -apt-get install -y apt-transport-https ca-certificates wget openjdk-8-jdk bind9 bind9utils bind9-doc ntp ntpdate +apt-get install -y apt-transport-https ca-certificates wget openjdk-8-jdk bind9 bind9utils bind9-doc ntp ntpdate make # Download script mkdir /etc/bind/zones |