From 8b2c86e3e8bc9313931976856aac3b5174efe624 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: 11bf3ab163654ebc9ceda644b0de2a2c4e42e813 --- 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/ ;;