From eccf442c7f6045d742391a07e9a527c79c880012 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 28 Nov 2014 05:41:07 +0000 Subject: getgrubinvaders: remove useless comments, fix typos and path --- getgrubinvaders | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/getgrubinvaders b/getgrubinvaders index fcaf7b9..3dab56d 100755 --- a/getgrubinvaders +++ b/getgrubinvaders @@ -1,6 +1,6 @@ #!/bin/bash -# getmt86: Downloads MemTest86+ and patches it +# getmt86: Downloads gRUB Invaders and patches it # # Copyright (C) 2014 Francis Rowe # @@ -20,15 +20,11 @@ set -u -e -v -# Get the last version of MemTest86+ used, apply patches, build it. - -# You need the dependencies from ./builddeb to use this script. +# Get the last version of GRUB invaders used, apply patches, build it. # Remove the old version that may exist # ---------------------------------------------------------------------------------- -echo "DOWNLOADING GRUB INVADERS" - rm -rf grubinvaders # Get latest memtest86+: @@ -47,7 +43,7 @@ rm -f "invaders-1.0.0.tar.gz" mv invaders grubinvaders # there are modifications required -cd grubinvaders +cd grubinvaders/ # Apply necessary patches # --------------------------------------------------------------------------------- @@ -65,8 +61,6 @@ rm -f compile.sh.patch # we're done cd ../ -echo "FINISHED DOWNLOADING GRUB INVADERS" - # ------------------- DONE ---------------------- -- cgit v1.1-4-g5e80