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/ ;;