mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
parent
29e8c85049
commit
0002f9d9b5
1 changed files with 0 additions and 2 deletions
2
runme.sh
2
runme.sh
|
@ -65,7 +65,6 @@ Kali)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd build/live-build-config
|
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
|
./build.sh --distribution kali-rolling --variant $DESKTOP --verbose
|
||||||
cp images/*.iso ../../images/
|
cp images/*.iso ../../images/
|
||||||
;;
|
;;
|
||||||
|
@ -83,7 +82,6 @@ Parrot)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd build/parrot-build
|
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
|
./build.sh build variant-$DESKTOP amd64
|
||||||
cp *.iso ../../images/
|
cp *.iso ../../images/
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue