Skip to content

Commit

Permalink
Merge branch 'kali.download' into 'master'
Browse files Browse the repository at this point in the history
Simple-CDD: Switch to kali.download as default mirror

See merge request kalilinux/build-scripts/live-build-config!34
  • Loading branch information
elboulangero committed Mar 4, 2024
2 parents 474fa5f + fc25ab4 commit 8489198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ case "$IMAGE_TYPE" in
if [ -e .mirror ]; then
kali_mirror=$(cat .mirror)
else
kali_mirror=http://archive.kali.org/kali/
kali_mirror=http://kali.download/kali/
fi
if ! echo "$kali_mirror" | grep -q '/$'; then
kali_mirror="$kali_mirror/"
Expand Down
2 changes: 1 addition & 1 deletion simple-cdd/simple-cdd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ignore_missing_checksums="true"

# Mirror variables
server="http.kali.org"
debian_mirror=${debian_mirror:-http://archive.kali.org/kali/}
debian_mirror=${debian_mirror:-http://kali.download/kali/}
keyring="/usr/share/keyrings/kali-archive-keyring.gpg"

# which components to get from the mirror
Expand Down

0 comments on commit 8489198

Please sign in to comment.