Skip to content

Commit fbd6bca

Browse files
sburris0Vaelatern
authored andcommitted
xbps/mirrors: update default mirror
1 parent e052eda commit fbd6bca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/xbps/repositories/mirrors/changing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To modify mirror URLs cleanly, copy all the repository configuration files to
1111
```
1212
# mkdir -p /etc/xbps.d
1313
# cp /usr/share/xbps.d/*-repository-*.conf /etc/xbps.d/
14-
# sed -i 's|https://alpha.de.repo.voidlinux.org|<repository>|g' /etc/xbps.d/*-repository-*.conf
14+
# sed -i 's|https://repo-default.voidlinux.org|<repository>|g' /etc/xbps.d/*-repository-*.conf
1515
```
1616

1717
After changing the URLs, you must synchronize xbps with the new mirrors:
@@ -26,11 +26,11 @@ synchronized:
2626

2727
```
2828
$ xbps-query -L
29-
9970 https://alpha.de.repo.voidlinux.org/current (RSA signed)
30-
27 https://alpha.de.repo.voidlinux.org/current/multilib/nonfree (RSA signed)
31-
4230 https://alpha.de.repo.voidlinux.org/current/multilib (RSA signed)
32-
47 https://alpha.de.repo.voidlinux.org/current/nonfree (RSA signed)
33-
5368 https://alpha.de.repo.voidlinux.org/current/debug (RSA signed)
29+
9970 https://repo-default.voidlinux.org/current (RSA signed)
30+
27 https://repo-default.voidlinux.org/current/multilib/nonfree (RSA signed)
31+
4230 https://repo-default.voidlinux.org/current/multilib (RSA signed)
32+
47 https://repo-default.voidlinux.org/current/nonfree (RSA signed)
33+
5368 https://repo-default.voidlinux.org/current/debug (RSA signed)
3434
```
3535

3636
Remember that repositories added afterwards will also need to be changed, or

0 commit comments

Comments
 (0)