modify dependencies

isohybrid now in syslinux-utils
This commit is contained in:
Marco Ochse 2015-07-14 14:37:29 +02:00
parent 0a0e9c67ce
commit fb5adfaf51

View file

@ -4,7 +4,7 @@
# T-Pot Community Edition # # T-Pot Community Edition #
# .ISO maker # # .ISO maker #
# # # #
# v0.12 by mo, DTAG, 2015-03-09 # # v0.13 by mo, DTAG, 2015-07-14 #
######################################################## ########################################################
# Let's define some global vars # Let's define some global vars
@ -27,7 +27,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 syslinux -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.2."