diff options
author | classabbyamp <void@placeviolette.net> | 2022-06-14 20:36:03 -0400 |
---|---|---|
committer | Toyam Cox <aviator45003@gmail.com> | 2022-06-14 21:22:41 -0400 |
commit | ee330419a57189c5adb53fe24888cdd572ec4610 (patch) | |
tree | 8f60ece5001e398cd7405a63a0e2e32e41badb37 /xvoidstrap | |
parent | 180cdd878573c0988f6d7ceadec4c6904f7de254 (diff) | |
download | xtools-ee330419a57189c5adb53fe24888cdd572ec4610.tar.gz xtools-ee330419a57189c5adb53fe24888cdd572ec4610.tar.xz xtools-ee330419a57189c5adb53fe24888cdd572ec4610.zip |
xvoidstrap: replace alpha.de with repo-default
Diffstat (limited to 'xvoidstrap')
-rwxr-xr-x | xvoidstrap | 4 |
1 files 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} |