about summary refs log tree commit diff
path: root/mkrootfs.sh.in
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-01-15 23:15:42 +0100
committerLeah Neukirchen <leah@vuxu.org>2019-01-15 23:15:49 +0100
commit5ad85554ae52a3ce3223108f0f946db8d60c11ec (patch)
treea1e66c8114e4a61f956f5f418dffc4a43a0484d9 /mkrootfs.sh.in
parent600653211afb9678545a4249dbd15182e75162a1 (diff)
downloadhrmpf-5ad85554ae52a3ce3223108f0f946db8d60c11ec.tar.gz
hrmpf-5ad85554ae52a3ce3223108f0f946db8d60c11ec.tar.xz
hrmpf-5ad85554ae52a3ce3223108f0f946db8d60c11ec.zip
switch to voidlinux.org
Diffstat (limited to 'mkrootfs.sh.in')
-rw-r--r--mkrootfs.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkrootfs.sh.in b/mkrootfs.sh.in
index f902c1d..7f3b386 100644
--- a/mkrootfs.sh.in
+++ b/mkrootfs.sh.in
@@ -145,7 +145,7 @@ case "$PLATFORM" in
     *) _TARGET_ARCH="armv7l"; _ARCH="armv7l";;
 esac
 
-: ${XBPS_REPOSITORY:=--repository=http://repo.voidlinux.eu/current --repository=http://muslrepo.voidlinux.eu/current}
+: ${XBPS_REPOSITORY:=--repository=http://alpha.de.repo.voidlinux.org/current --repository=http://alpha.de.voidlinux.org/current/musl}
 : ${XBPS_CACHEDIR:=--cachedir=$PWD/xbps-cachedir-${_TARGET_ARCH}}
 case "$PLATFORM" in
     i686*|x86_64*) PKGBASE="base-voidstrap";;