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 <