mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
Remove local mirror.
Former-commit-id: 7c43d7d9c1b128fc8b41cc0871dec7c0ea21f1f7
This commit is contained in:
parent
515a7ae87b
commit
709dd1f96d
2 changed files with 3 additions and 4 deletions
|
@ -3,8 +3,7 @@
|
|||
set -e
|
||||
set -o pipefail # Bashism
|
||||
|
||||
#parrot_mirror=http://archive.parrotsec.org/parrot
|
||||
parrot_mirror=http://172.30.0.240/parrot
|
||||
parrot_mirror=http://archive.parrotsec.org/parrot
|
||||
|
||||
# Detect target architecture and filter args
|
||||
if [ ! $arch ]; then
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
## stable repository
|
||||
deb http://172.30.0.240/parrot stable main contrib non-free
|
||||
#deb-src http://172.30.0.240/parrot stable main contrib non-free
|
||||
deb http://deb.parrotsec.org/parrot stable main contrib non-free
|
||||
#deb-src http://archive.parrotsec.org/parrot stable main contrib non-free
|
||||
|
|
Loading…
Reference in a new issue