From c8bd11313a99e8fee6685c3acf6c92b677f08fcc Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 20 Feb 2015 16:01:07 +0100 Subject: [PATCH] Upgrade to Ubuntu 14.04.2 --- makeiso.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makeiso.sh b/makeiso.sh index 6ca31703..6ef1ec0f 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -4,12 +4,12 @@ # T-Pot Community Edition # # .ISO maker # # # -# v0.10 by mo, DTAG, 2015-01-27 # +# v0.11 by mo, DTAG, 2015-02-20 # ######################################################## # Let's define some global vars -myUBUNTULINK="http://releases.ubuntu.com/14.04.1/ubuntu-14.04.1-server-amd64.iso" -myUBUNTUISO="ubuntu-14.04.1-server-amd64.iso" +myUBUNTULINK="http://releases.ubuntu.com/14.04.2/ubuntu-14.04.2-server-amd64.iso" +myUBUNTUISO="ubuntu-14.04.2-server-amd64.iso" myTPOTCEISO="tpotce.iso" myTPOTCEDIR="tpotceiso" myTMP="tmp"