mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 09:40:10 -07:00
Fix Parrot iso path.
Former-commit-id: a3b84671dc3dc58457a129b23f7d10aad5683907
This commit is contained in:
parent
8b2c86e3e8
commit
6307ba7000
1 changed files with 1 additions and 1 deletions
2
runme.sh
2
runme.sh
|
@ -83,7 +83,7 @@ Parrot)
|
|||
|
||||
cd build/parrot-build
|
||||
./build.sh build variant-$DESKTOP amd64
|
||||
cp *.iso ../../images/
|
||||
cp ../*.iso ../../images/
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue