Use kali.download as default mirror for the build

merge-requests/16/head
Raphaël Hertzog 5 years ago
parent ece604182c
commit 8c97080279
No known key found for this signature in database
GPG Key ID: 03881DABEBC29AB9

@ -8,7 +8,7 @@ set -o pipefail # Bashism
if [ -e .mirror ]; then
kali_mirror=$(cat .mirror)
else
kali_mirror=http://archive.kali.org/kali
kali_mirror=http://kali.download/kali
fi
### DO NOT EDIT THE REST OF THIS FILE ###

Loading…
Cancel
Save