aboutsummaryrefslogtreecommitdiffstats
path: root/tools/install-dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install-dependencies.sh')
-rwxr-xr-xtools/install-dependencies.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/install-dependencies.sh b/tools/install-dependencies.sh
index bf68134..4edb01f 100755
--- a/tools/install-dependencies.sh
+++ b/tools/install-dependencies.sh
@@ -15,6 +15,7 @@ apt-get -y install \
git \
ntp \
screen \
+ tmux \
dnsutils \
build-essential \
libnet-ip-perl \
@@ -46,6 +47,7 @@ if [ "${ROLE}" == "slave" ]; then
# Install-tasks specific for the _secondary_ here
echo "Installing for secondary/slave"
apt-get -y install \
+ isc-dhcp-server \
bind9utils \
bind9
fi