diff options
author | ahrain <root@tg-test01.osl.int.ahrain.net> | 2015-03-21 16:49:08 +0100 |
---|---|---|
committer | ahrain <root@tg-test01.osl.int.ahrain.net> | 2015-03-21 16:49:08 +0100 |
commit | ac89c3d4f9345d929a781808372500b7bbdf730e (patch) | |
tree | de91d84e16fe8365d9a947b53c7a75c6b1b45ed8 /tools | |
parent | 5a67c7d4d9700d94f3759e8f1783d1961784b9dd (diff) |
Added tmux to list of common packages and package isc-dhcp-server for secondary.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/install-dependencies.sh | 2 |
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 |