mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-25 01:35:24 -07:00
Modify Parrot-Build config.
This commit is contained in:
parent
07e1f6cc38
commit
3fab848b72
1 changed files with 2 additions and 1 deletions
|
@ -4,8 +4,9 @@ set -e
|
||||||
set -o pipefail # Bashism
|
set -o pipefail # Bashism
|
||||||
|
|
||||||
parrot_mirror=http://archive.parrotsec.org/parrot
|
parrot_mirror=http://archive.parrotsec.org/parrot
|
||||||
|
public_mirror=http://archive.parrotsec.org/parrot
|
||||||
|
|
||||||
public_mirror=http://deb.parrotsec.org/parrot
|
#public_mirror=http://deb.parrotsec.org/parrot
|
||||||
|
|
||||||
|
|
||||||
# Detect target architecture and filter args
|
# Detect target architecture and filter args
|
||||||
|
|
Loading…
Reference in a new issue