Skip to content
Snippets Groups Projects
Verified Commit 48982169 authored by Haelwenn's avatar Haelwenn
Browse files

docs/installation/arch_linux_en.md: Remove useless ODBC

See [1] for confirmation.
1: pleroma/pleroma!1050 (comment 24402)
parent 334b2d78
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment