mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
mkisofs deprecated, change to genisoimage
This commit is contained in:
parent
fe749e9cf8
commit
cf48071132
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 mkisofs isolinux -y
|
apt-get install genisoimage 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."
|
||||||
|
|
Loading…
Reference in a new issue