mklive.sh: Change repo urls.

This commit is contained in:
Unknown 2018-09-09 23:03:02 +03:00 committed by Michael Aldridge
parent 9d276f209f
commit d1d2a18783
1 changed files with 1 additions and 1 deletions

View File

@ -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)