From 0002f9d9b5bf7fb76dc5d6f61a6c7d91f36554c5 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Wed, 26 Sep 2018 17:29:32 -0600 Subject: [PATCH] Remove debug pauses. Former-commit-id: c11cdc927b46b298d81cbe312010eb7f7ad67e03 --- runme.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/runme.sh b/runme.sh index f5403d0a..1cca8964 100755 --- a/runme.sh +++ b/runme.sh @@ -65,7 +65,6 @@ Kali) fi cd build/live-build-config - pause "Are you all ready to build? Hit enter when you're ready (this will take a while...)" ./build.sh --distribution kali-rolling --variant $DESKTOP --verbose cp images/*.iso ../../images/ ;; @@ -83,7 +82,6 @@ Parrot) fi cd build/parrot-build - pause "Are you all ready to build? Hit enter when you're ready (this will take a while...)" ./build.sh build variant-$DESKTOP amd64 cp *.iso ../../images/ ;;