From 3f810c2c7386fe3702ce7041b458ccfaa3eb3694 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 14 Aug 2015 16:39:02 +0200 Subject: [PATCH] use new docker repo, update fix script --- installer/install2.sh | 21 +++++++++++---------- tpot-volume-bugfix.sh | 12 +++++++++--- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/installer/install2.sh b/installer/install2.sh index 186fba22..1077f342 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.48 by mo, DTAG, 2015-07-08 # +# v0.49 by mo, DTAG, 2015-08-14 # ######################################################## # Let's make sure there is a warning if running for a second time @@ -29,22 +29,20 @@ fuECHO () { # Let's modify the sources list sed -i '/cdrom/d' /etc/apt/sources.list -# Let's add the docker repository -fuECHO "### Adding docker repository." -apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 -tee /etc/apt/sources.list.d/docker.list <