Skip to content

Commit

Permalink
mklive: fix repository urls
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Dec 27, 2021
1 parent 8d0127a commit 6152fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mklive.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ while getopts "a:A:B:b:r:c:C:T:Kk:l:i:I:s:S:o:p:U:h" opt; do
done
shift $((OPTIND - 1))

XBPS_REPOSITORY="$XBPS_REPOSITORY --repository=http://alpha.derepo.voidlinux.org/current --repository=http://alpha.de.voidlinux.org/current/musl"
XBPS_REPOSITORY="$XBPS_REPOSITORY --repository=https://alpha.de.repo.voidlinux.org/current --repository=https://alpha.de.repo.voidlinux.org/current/musl"

ARCH=$(xbps-uhelper arch)

Expand Down

0 comments on commit 6152fb8

Please sign in to comment.