Remove local mirror.

This commit is contained in:
Kaj Forney 2018-09-26 14:43:45 -06:00
parent 6e080523cf
commit e6cdfc687f
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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