From d1d2a18783798c0fb9b54c413b846c6ba02cd703 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 9 Sep 2018 23:03:02 +0300 Subject: [PATCH] mklive.sh: Change repo urls. --- mklive.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mklive.sh.in b/mklive.sh.in index d405a35..dc102f2 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -320,7 +320,7 @@ while getopts "a:b:r:c:C:T:Kk:l:i:I:s:S:o:p:h" opt; do done shift $((OPTIND - 1)) -XBPS_REPOSITORY="$XBPS_REPOSITORY --repository=http://repo.voidlinux.eu/current --repository=http://muslrepo.voidlinux.eu/current" +XBPS_REPOSITORY="$XBPS_REPOSITORY --repository=http://alpha.de.repo.voidlinux.org/current --repository=http://alpha.de.repo.voidlinux.org/current/musl" ARCH=$(xbps-uhelper arch)