diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-21 06:04:39 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-21 06:04:39 +0300 |
commit | d3d98beaad9127517c7ad8d027f052a23807772b (patch) | |
tree | 9866bcdca8718e2966b87fc53a8bd1964fd0087f | |
parent | 267f6bedd885a00a94f8d383a6793d34b018762a (diff) | |
download | pleroma-d3d98beaad9127517c7ad8d027f052a23807772b.tar.gz |
Correct package names for Debian
-rw-r--r-- | docs/installation/releases_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md index c0eafa75a..4645f7aff 100644 --- a/docs/installation/releases_en.md +++ b/docs/installation/releases_en.md @@ -29,7 +29,7 @@ Other than things bundled in the OTP release Pleroma depends on: Debian/Ubuntu: ```sh -apt install curl unzip ncurses postgresql posqtgresql-contrib nginx certbot +apt install curl unzip libncurses5 postgresql postgresql-contrib nginx certbot ``` Alpine: ```sh |