Browse Source

docs/…/opt_en.md: Reuse /main/ repository url for the /community/ repo

warnings-as-errors
Haelwenn (lanodan) Monnier 3 years ago
parent
commit
822196f393
No known key found for this signature in database GPG Key ID: D5B7A8E43C997DEE
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      docs/installation/otp_en.md

+ 1
- 2
docs/installation/otp_en.md View File

@@ -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
```


Loading…
Cancel
Save