docs/installation/arch_linux_en.md: Remove useless ODBC

See [1] for confirmation.
1: https://git.pleroma.social/pleroma/pleroma/merge_requests/1050#note_24402
This commit is contained in:
Haelwenn (lanodan) Monnier 2019-04-13 22:41:54 +02:00
parent 334b2d78dc
commit 48982169dc
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
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