File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/xbps/repositories/mirrors Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
1717After 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
3636Remember that repositories added afterwards will also need to be changed, or
You can’t perform that action at this time.
0 commit comments