From 17872d76e835449da7e2502e678aae1f1e5f5be8 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Fri, 14 Apr 2023 08:24:15 +0200 Subject: Change default rsync server to a CDN --- autoinstall-openbsd-on-qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoinstall-openbsd-on-qemu') 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}" -- cgit v1.2.3