Remove debug pauses.

Former-commit-id: 11bf3ab163654ebc9ceda644b0de2a2c4e42e813
This commit is contained in:
Kaj Forney 2018-09-26 17:29:32 -06:00
parent 8a6e0a7b47
commit 8b2c86e3e8

View file

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