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

docs/installation/arch_linux_en.md: Remove useless ODBC

See merge request pleroma/pleroma!1055
This commit is contained in:
kaniini 2019-04-14 05:34:17 +00:00
commit 7304e0ce18
1 changed files with 1 additions and 2 deletions

View File

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