From 1804a042e950874133dfea50394df148aec714ff Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 19 Feb 2016 17:29:29 +0100 Subject: [PATCH] support ubuntu 14.04.4 --- makeiso.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makeiso.sh b/makeiso.sh index f941e4bc..5f8268ab 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -4,13 +4,13 @@ # T-Pot # # .ISO maker # # # -# v16.03.2 by mo, DTAG, 2016-02-08 # +# v16.03.3 by mo, DTAG, 2016-02-19 # ######################################################## # Let's define some global vars myBACKTITLE="T-Pot - ISO Maker" -myUBUNTULINK="http://releases.ubuntu.com/14.04.3/ubuntu-14.04.3-server-amd64.iso" -myUBUNTUISO="ubuntu-14.04.3-server-amd64.iso" +myUBUNTULINK="http://releases.ubuntu.com/14.04.4/ubuntu-14.04.4-server-amd64.iso" +myUBUNTUISO="ubuntu-14.04.4-server-amd64.iso" myTPOTISO="tpot.iso" myTPOTDIR="tpotiso" myTPOTSEED="preseed/tpot.seed"