Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/xbps/repositories/mirrors/changing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ repositories, these files are installed by the package manager in
`/usr/share/xbps.d`, but if duplicate files are found in `/etc/xbps.d`, those
values are used instead.

## xmirror

To easily modify the currently selected mirror,
[xmirror(1)](https://man.voidlinux.org/xmirror.1) (from the `xmirror` package)
can be used. This utility takes care of all steps for updating the selected
mirror.

## Manual Method

Alternatively, this can be done manually:

To modify mirror URLs cleanly, copy all the repository configuration files to
`/etc/xbps.d` and change the URLs in each copied repository file.

Expand Down
2 changes: 1 addition & 1 deletion src/xbps/repositories/mirrors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ map to any tier 1 mirror.
| <https://repo-fi.voidlinux.org/> | Europe | Helsinki, Finland |
| <https://repo-de.voidlinux.org/> | Europe | Frankfurt, Germany |
| <https://mirrors.servercentral.com/voidlinux/> | North America | Chicago, USA |
| <https://repo-us.voidlinux.org/> | North America | Kansas City, USA |
<!-- | <https://repo-us.voidlinux.org/> | North America | Kansas City, USA | -->

## Tier 2 mirrors

Expand Down