use ubuntu server 14.04.3

This commit is contained in:
t3chn0m4g3 2015-08-11 17:23:21 +02:00
parent ea283959bc
commit f9241615d2
2 changed files with 7 additions and 7 deletions

View file

@ -4,12 +4,12 @@
# T-Pot Community Edition # # T-Pot Community Edition #
# .ISO maker # # .ISO maker #
# # # #
# v0.13 by mo, DTAG, 2015-07-14 # # v0.14 by mo, DTAG, 2015-08-11 #
######################################################## ########################################################
# Let's define some global vars # Let's define some global vars
myUBUNTULINK="http://releases.ubuntu.com/14.04.2/ubuntu-14.04.2-server-amd64.iso" myUBUNTULINK="http://releases.ubuntu.com/14.04.3/ubuntu-14.04.3-server-amd64.iso"
myUBUNTUISO="ubuntu-14.04.2-server-amd64.iso" myUBUNTUISO="ubuntu-14.04.3-server-amd64.iso"
myTPOTCEISO="tpotce.iso" myTPOTCEISO="tpotce.iso"
myTPOTCEDIR="tpotceiso" myTPOTCEDIR="tpotceiso"
myTMP="tmp" myTMP="tmp"
@ -30,7 +30,7 @@ apt-get update -y
apt-get install genisoimage syslinux syslinux-utils -y apt-get install genisoimage syslinux syslinux-utils -y
# Let's get Ubuntu 14.04.2 as .iso # Let's get Ubuntu 14.04.2 as .iso
fuECHO "### Downloading Ubuntu 14.04.2." fuECHO "### Downloading Ubuntu 14.04.3."
if [ ! -f $myUBUNTUISO ] if [ ! -f $myUBUNTUISO ]
then wget $myUBUNTULINK; then wget $myUBUNTULINK;
else fuECHO "### Found it locally."; else fuECHO "### Found it locally.";