Skip to content

Commit

Permalink
prereqs: fix download of xbps
Browse files Browse the repository at this point in the history
  • Loading branch information
no92 authored and ArsenArsen committed Oct 27, 2023
1 parent ce6dda1 commit 09af4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbstrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ def do_prereqs(args):
tar.extract(info, bin_dir)
os.chmod(os.path.join(bin_dir, "cbuildrt"), 0o755)
if "xbps" in comps:
url = "https://alpha.de.repo.voidlinux.org/static"
url = "https://repo-default.voidlinux.org/static"
url += "/xbps-static-static-0.59_5.x86_64-musl.tar.xz"
tar_path = os.path.join(home, "xbps.tar.xz")

Expand Down

0 comments on commit 09af4bf

Please sign in to comment.