diff options
Diffstat (limited to 'bootstrap/install-dependencies.sh')
-rwxr-xr-x | bootstrap/install-dependencies.sh | 3 |
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 |