logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 7304e0ce18776d4ace969a8a1b737a60635376d6
parent: 050339c223dd75cdf7d96e04d19fda6862743178
Author: kaniini <nenolod@gmail.com>
Date:   Sun, 14 Apr 2019 05:34:17 +0000

Merge branch 'docs/archlinux-odbc' into 'develop'

docs/installation/arch_linux_en.md: Remove useless ODBC

See merge request pleroma/pleroma!1055

Diffstat:

Mdocs/installation/arch_linux_en.md3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/installation/arch_linux_en.md b/docs/installation/arch_linux_en.md @@ -7,7 +7,6 @@ This guide will assume that you have administrative rights, either as root or a * `postgresql` * `elixir` -* `erlang-unixodbc` * `git` * `base-devel` @@ -27,7 +26,7 @@ sudo pacman -Syu * Install some of the above mentioned programs: ```shell -sudo pacman -S git base-devel elixir erlang-unixodbc +sudo pacman -S git base-devel elixir ``` ### Install PostgreSQL