mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
modify dependencies
isohybrid now in syslinux-utils
This commit is contained in:
parent
0a0e9c67ce
commit
fb5adfaf51
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# T-Pot Community Edition #
|
||||
# .ISO maker #
|
||||
# #
|
||||
# v0.12 by mo, DTAG, 2015-03-09 #
|
||||
# v0.13 by mo, DTAG, 2015-07-14 #
|
||||
########################################################
|
||||
|
||||
# Let's define some global vars
|
||||
|
@ -27,7 +27,7 @@ fuECHO () {
|
|||
# Let's install all the packages we need
|
||||
fuECHO "### Installing packages."
|
||||
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
|
||||
fuECHO "### Downloading Ubuntu 14.04.2."
|
||||
|
|
Loading…
Reference in a new issue