From 55afa3bf48a003c5e5860b0207199663793fab0a Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 6 Oct 2017 23:04:44 -0700 Subject: [PATCH] Default to a Void managed repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1782386..c693d7f 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ ALL_PXE_ARCHS=$(foreach arch,$(PXE_ARCHS),void-$(arch)-NETBOOT-$(DATE).tar.gz) SUDO := sudo -XBPS_REPOSITORY := -r https://lug.utdallas.edu/mirror/void/current -r https://lug.utdallas.edu/mirror/void/current/musl -r https://lug.utdallas.edu/mirror/void/current/aarch64 +XBPS_REPOSITORY := -r https://repo.voidlinux.eu/current -r https://repo.voidlinux.eu/current/musl -r https://repo.voidlinux.eu/current/aarch64 COMPRESSOR_THREADS=2 %.sh: %.sh.in