diff options
author | Johannes Brechtmann <johannes@jnbr.me> | 2019-01-01 13:40:31 +0100 |
---|---|---|
committer | Toyam Cox <aviator45003@gmail.com> | 2019-01-01 12:28:39 -0500 |
commit | 9f4faddbc8ed328cca1f092e48df3c334090f1c4 (patch) | |
tree | a2dbd0c1c06f6057af3e57cab414ee75e038cc38 /xvoidstrap | |
parent | 0645e7470851ac3ba8b387422523b97cd80a098e (diff) | |
download | xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.tar.gz xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.tar.xz xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.zip |
switch from voidlinux.eu to voidlinux.org
Diffstat (limited to 'xvoidstrap')
-rwxr-xr-x | xvoidstrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xvoidstrap b/xvoidstrap index 4b93759..4ef270a 100755 --- a/xvoidstrap +++ b/xvoidstrap @@ -37,8 +37,8 @@ if [ -d /var/db/xbps/keys ]; then fi xbps-install \ - -R ${XVOIDSTRAP_MIRROR:-https://repo.voidlinux.eu/current} \ - -R ${XVOIDSTRAP_MIRROR:-https://repo.voidlinux.eu/current}/musl \ + -R ${XVOIDSTRAP_MIRROR:-https://alpha.de.repo.voidlinux.org/current} \ + -R ${XVOIDSTRAP_MIRROR:-https://alpha.de.repo.voidlinux.org/current}/musl \ -S -r "$CHROOT" \ ${@:-base-system lvm2 cryptsetup grub} |