summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2023-04-14 08:24:15 +0200
committerStefan Kreutz <mail@skreutz.com>2023-04-14 08:24:15 +0200
commit17872d76e835449da7e2502e678aae1f1e5f5be8 (patch)
tree69b599b940b900198eab3dff5cebd70853b3912f
parente358bc131f405868c97f417d3c339dd0fb796050 (diff)
downloadautoinstall-openbsd-on-qemu-17872d76e835449da7e2502e678aae1f1e5f5be8.tar
Change default rsync server to a CDN
-rwxr-xr-xautoinstall-openbsd-on-qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoinstall-openbsd-on-qemu b/autoinstall-openbsd-on-qemu
index d71a3dc..73e1824 100755
--- a/autoinstall-openbsd-on-qemu
+++ b/autoinstall-openbsd-on-qemu
@@ -26,7 +26,7 @@ set -o nounset
HTTPS_MIRROR="${HTTPS_MIRROR-https://ftp.openbsd.org/pub/OpenBSD/}"
# Untrusted rsync OpenBSD mirror.
-RSYNC_MIRROR="${RSYNC_MIRROR-rsync://ftp.halifax.rwth-aachen.de/openbsd/}"
+RSYNC_MIRROR="${RSYNC_MIRROR-rsync://mirror.leaseweb.com/openbsd/}"
# File name of the disk image.
DISK_FILE="${DISK_FILE-disk.qcow2}"
Generated by cgit. See skreutz.com for my tech blog and contact information.