mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-30 06:46:20 +00:00
Updated package to syslinux
This commit is contained in:
parent
1008febc47
commit
bb42104847
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ fuECHO () {
|
||||||
# Let's install all the packages we need
|
# Let's install all the packages we need
|
||||||
fuECHO "### Installing packages."
|
fuECHO "### Installing packages."
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get install genisoimage isolinux -y
|
apt-get install genisoimage syslinux -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."
|
||||||
|
|
Loading…
Reference in a new issue