diff options
author | feld <feld@feld.me> | 2021-06-22 16:52:19 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2021-06-22 16:52:19 +0000 |
commit | a814671e857182eb5332b9c3cb9dc5615c22fe42 (patch) | |
tree | 7c24f27f56b5aaf61e12cc4c9357fbd3645f6a1c /docs/installation/otp_en.md | |
parent | a8adc300d4cfc88ef19f1977e32068437ed4ad00 (diff) | |
parent | 822196f393e8b214b03ece875af0f53e41f40528 (diff) | |
download | pleroma-a814671e857182eb5332b9c3cb9dc5615c22fe42.tar.gz pleroma-a814671e857182eb5332b9c3cb9dc5615c22fe42.zip |
Merge branch 'docs/dependencies-rewrite' into 'develop'
Rewrite docs related to dependencies
See merge request pleroma/pleroma!3466
Diffstat (limited to 'docs/installation/otp_en.md')
-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 ``` |