about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xxvoidstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/xvoidstrap b/xvoidstrap
index 08a1298..4b93759 100755
--- a/xvoidstrap
+++ b/xvoidstrap
@@ -37,8 +37,8 @@ if [ -d /var/db/xbps/keys ]; then
 fi
 
 xbps-install \
-	-R https://repo.voidlinux.eu/current \
-	-R https://repo.voidlinux.eu/current/musl \
+	-R ${XVOIDSTRAP_MIRROR:-https://repo.voidlinux.eu/current} \
+	-R ${XVOIDSTRAP_MIRROR:-https://repo.voidlinux.eu/current}/musl \
 	-S -r "$CHROOT" \
 	${@:-base-system lvm2 cryptsetup grub}