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: 131b201a47e389937386a5c433b9011b723e0e92 Former-commit-id: fe84f144adc1ebdcaa4518fae1722d0fc5794a2c
This commit is contained in:
parent
4bd8e37889
commit
d891334bbe
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