From ac89c3d4f9345d929a781808372500b7bbdf730e Mon Sep 17 00:00:00 2001 From: ahrain Date: Sat, 21 Mar 2015 16:49:08 +0100 Subject: Added tmux to list of common packages and package isc-dhcp-server for secondary. --- tools/install-dependencies.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/install-dependencies.sh') 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 -- cgit v1.2.3