From 0d1c295c656b4ec7841841bfa10c0ef08eabc5e7 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Sun, 15 Feb 2015 00:26:06 +0100 Subject: [PATCH] keyboard detection, unmount active --- makeiso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makeiso.sh b/makeiso.sh index 7ff40403..6ca31703 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -25,8 +25,8 @@ fuECHO () { # Let's install all the packages we need fuECHO "### Installing packages." -#apt-get update -y -#apt-get install genisoimage syslinux -y +apt-get update -y +apt-get install genisoimage syslinux -y # Let's get Ubuntu 14.04.1 as .iso fuECHO "### Downloading Ubuntu 14.04.1."