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
11
11
```
12
12
# mkdir -p /etc/xbps.d
13
13
# 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
15
15
```
16
16
17
17
After changing the URLs, you must synchronize xbps with the new mirrors:
@@ -26,11 +26,11 @@ synchronized:
26
26
27
27
```
28
28
$ 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)
34
34
```
35
35
36
36
Remember that repositories added afterwards will also need to be changed, or
You can’t perform that action at this time.
0 commit comments