Correct some vars

This commit is contained in:
t3chn0m4g3 2014-11-28 18:08:32 +01:00
parent 40a6c01fef
commit 5053193a5d

View file

@ -28,9 +28,9 @@ apt-get install mkisofs isolinux -y
# Let's get Ubuntu 14.04.1 as .iso # Let's get Ubuntu 14.04.1 as .iso
fuECHO "### Downloading Ubuntu 14.04.1." fuECHO "### Downloading Ubuntu 14.04.1."
if [ ! -f $myUBUNTUFILE ] if [ ! -f $myUBUNTUISO ]
then wget $myUBUNTULINK; then wget $myUBUNTULINK;
else fuECHO "### Found it locally." else fuECHO "### Found it locally.";
fi fi
# Let's loop mount it and copy all contents # Let's loop mount it and copy all contents