diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-06-11 08:46:38 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-06-11 08:48:35 +0200 |
commit | 822196f393e8b214b03ece875af0f53e41f40528 (patch) | |
tree | 380036314740c7694b8703d80aa5b653abf5177c | |
parent | 17f980e9abf25b005570d3b638a111b953e87ee0 (diff) | |
download | pleroma-822196f393e8b214b03ece875af0f53e41f40528.tar.gz |
docs/…/opt_en.md: Reuse /main/ repository url for the /community/ repo
-rw-r--r-- | docs/installation/otp_en.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md index 8e43e3239..3f67534ac 100644 --- a/docs/installation/otp_en.md +++ b/docs/installation/otp_en.md @@ -31,7 +31,7 @@ Other than things bundled in the OTP release Pleroma depends on: === "Alpine" ``` - echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories + awk 'NR==2' /etc/apk/repositories | sed 's/main/community/' | tee -a /etc/apk/repositories apk update apk add curl unzip ncurses postgresql postgresql-contrib nginx certbot file-dev ``` @@ -50,7 +50,6 @@ Per [`docs/installation/optional/media_graphics_packages.md`](optional/media_gra === "Alpine" ``` - echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories apk update apk add imagemagick ffmpeg exiftool ``` |