diff options
Diffstat (limited to 'autoinstall-openbsd-on-qemu')
-rwxr-xr-x | autoinstall-openbsd-on-qemu | 2 |
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}" |