mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
Correct some vars
This commit is contained in:
parent
40a6c01fef
commit
5053193a5d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue