From d8c324bc982f9fee26d8fc232b6dc8a150197926 Mon Sep 17 00:00:00 2001 From: norm Date: Tue, 5 Jul 2022 18:33:36 +0000 Subject: [PATCH] Update Alpine Linux mirror example --- docs/installation/alpine_linux_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/alpine_linux_en.md b/docs/installation/alpine_linux_en.md index 760a97e6b..db2ed8bf4 100644 --- a/docs/installation/alpine_linux_en.md +++ b/docs/installation/alpine_linux_en.md @@ -14,7 +14,7 @@ If you want to run this guide with root, ignore the `doas` at the beginning of t ### Prepare the system -* The community repository must be enabled in `/etc/apk/repositories`. Depending on which version and mirror you use this looks like `http://alpine.42.fr/v3.16/community`. If you autogenerated the mirror during installation: +* The community repository must be enabled in `/etc/apk/repositories`. Depending on which version and mirror you use this looks like `https://dl-5.alpinelinux.org/alpine/v3.16/community`. If you autogenerated the mirror during installation: ```shell awk 'NR==2' /etc/apk/repositories | sed 's/main/community/' | tee -a /etc/apk/repositories