From fb5adfaf519305f6031e581e5ca7881d0cf0a26e Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 14 Jul 2015 14:37:29 +0200 Subject: [PATCH] modify dependencies isohybrid now in syslinux-utils --- makeiso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makeiso.sh b/makeiso.sh index a452676e..e5056479 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -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."