From ee330419a57189c5adb53fe24888cdd572ec4610 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 14 Jun 2022 20:36:03 -0400 Subject: xvoidstrap: replace alpha.de with repo-default --- xvoidstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xvoidstrap b/xvoidstrap index f43ac11..00104ff 100755 --- a/xvoidstrap +++ b/xvoidstrap @@ -37,8 +37,8 @@ if [ -d /var/db/xbps/keys ]; then fi xbps-install \ - -R ${XVOIDSTRAP_MIRROR:-https://alpha.de.repo.voidlinux.org/current} \ - -R ${XVOIDSTRAP_MIRROR:-https://alpha.de.repo.voidlinux.org/current}/musl \ + -R ${XVOIDSTRAP_MIRROR:-https://repo-default.voidlinux.org/current} \ + -R ${XVOIDSTRAP_MIRROR:-https://repo-default.voidlinux.org/current}/musl \ -S -r "$CHROOT" \ ${@:-base-system lvm2 cryptsetup grub} -- cgit 1.4.1