mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Modify Parrot-Build config.
Former-commit-id: 3fab848b72
Former-commit-id: fe84f144adc1ebdcaa4518fae1722d0fc5794a2c
This commit is contained in:
parent
006e84ca37
commit
5d73624499
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