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