aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2024-02-04-x86-64-v3.md')
-rw-r--r--_posts/2024-02-04-x86-64-v3.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2024-02-04-x86-64-v3.md b/_posts/2024-02-04-x86-64-v3.md
index 1df6826..4679ae1 100644
--- a/_posts/2024-02-04-x86-64-v3.md
+++ b/_posts/2024-02-04-x86-64-v3.md
@@ -45,11 +45,11 @@ On your amd64 machine, edit the configuration file in `/etc/portage/binrepos.con
that defines the URI from where the packages are downloaded, and replace `x86-64` with
`x86-64-v3`. E.g., if you have so far
```
-sync-uri = https://ftp.fau.de/gentoo/releases/amd64/binpackages/17.1/x86-64/
+sync-uri = https://distfiles.gentoo.org/releases/amd64/binpackages/17.1/x86-64/
```
then you change the URI to
```
-sync-uri = https://ftp.fau.de/gentoo/releases/amd64/binpackages/17.1/x86-64-v3/
+sync-uri = https://distfiles.gentoo.org/releases/amd64/binpackages/17.1/x86-64-v3/
```
That's all.