From 3af4e0300ab968aa0b296f2bdc37da281accb526 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 5 Feb 2015 14:00:00 +0100 Subject: [PATCH] Added curl to dependencies --- installer/install2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/install2.sh b/installer/install2.sh index 91c7032c..64644cda 100755 --- a/installer/install2.sh +++ b/installer/install2.sh @@ -3,7 +3,7 @@ # T-Pot Community Edition post install script # # Ubuntu server 14.04, x64 # # # -# v0.40 by mo, DTAG, 2015-01-28 # +# v0.41 by mo, DTAG, 2015-02-05 # ######################################################## # Let's make sure there is a warning if running for a second time @@ -44,7 +44,7 @@ apt-get dist-upgrade -y # Let's install all the packages we need fuECHO "### Installing packages." -apt-get install ethtool git ntp libpam-google-authenticator lxc-docker-1.4.1 vim -y +apt-get install curl ethtool git ntp libpam-google-authenticator lxc-docker-1.4.1 vim -y # Let's add a new user fuECHO "### Adding new user."