mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Remove debug pauses.
This commit is contained in:
parent
a0df6c1457
commit
c11cdc927b
1 changed files with 0 additions and 2 deletions
2
runme.sh
2
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/
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue