From fe749e9cf8edc2d0109849d8c228276df3df22bc Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 11 Dec 2014 09:35:42 +0100 Subject: [PATCH] Add apt-get update, since vagrant does not install mkisofs without --- makeiso.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makeiso.sh b/makeiso.sh index eace4fbc..cbdac8fc 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -3,7 +3,7 @@ # .iso maker for tpotce # # # # # -# v0.01 by mo, 2014-11-28 # +# v0.02 by mo, 2014-12-11 # ######################################################## # Let's define some global vars @@ -24,6 +24,7 @@ fuECHO () { # Let's install all the packages we need fuECHO "### Installing packages." +apt-get update -y apt-get install mkisofs isolinux -y # Let's get Ubuntu 14.04.1 as .iso