aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/install-dependencies.sh
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-22 01:09:11 +0100
committerJoachim Tingvold <joachim@tingvold.com>2015-03-22 01:09:11 +0100
commit243410cc84d24d28a2625c7718acf6cb75e90978 (patch)
treee4bd61803492d82a92bfb6eb9609c9ec13f2d5f0 /bootstrap/install-dependencies.sh
parent6669f020b17779cc6767a30ca2e7c51de766b9b8 (diff)
Added DHCP6-support.
Diffstat (limited to 'bootstrap/install-dependencies.sh')
-rwxr-xr-xbootstrap/install-dependencies.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/install-dependencies.sh b/bootstrap/install-dependencies.sh
index 4edb01f..3941858 100755
--- a/bootstrap/install-dependencies.sh
+++ b/bootstrap/install-dependencies.sh
@@ -25,7 +25,8 @@ apt-get -y install \
perl-modules \
libdbi-perl \
libdbd-pg-perl \
- libnet-telnet-perl
+ libnet-telnet-perl \
+ libnetaddr-ip-perl
if [ "${ROLE}" == "boot" ]; then
# Install-tasks specific for the _bootstrab box_ here