From e92bd48804c7dc8a39108f8b466e3b91df3dad35 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 <marco.ochse@gmail.com> Date: Mon, 9 Mar 2015 14:05:24 +0100 Subject: [PATCH] Modify strings to match 14.04.2 --- makeiso.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makeiso.sh b/makeiso.sh index 6ef1ec0f..9b8ea483 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -4,7 +4,7 @@ # T-Pot Community Edition # # .ISO maker # # # -# v0.11 by mo, DTAG, 2015-02-20 # +# v0.12 by mo, DTAG, 2015-03-09 # ######################################################## # Let's define some global vars @@ -28,8 +28,8 @@ fuECHO "### Installing packages." apt-get update -y apt-get install genisoimage syslinux -y -# Let's get Ubuntu 14.04.1 as .iso -fuECHO "### Downloading Ubuntu 14.04.1." +# Let's get Ubuntu 14.04.2 as .iso +fuECHO "### Downloading Ubuntu 14.04.2." if [ ! -f $myUBUNTUISO ] then wget $myUBUNTULINK; else fuECHO "### Found it locally.";