docs/installation/arch_linux_en.md: Remove useless ODBC
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sat, 13 Apr 2019 20:41:54 +0000 (22:41 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sat, 13 Apr 2019 20:41:54 +0000 (22:41 +0200)
See [1] for confirmation.
1: https://git.pleroma.social/pleroma/pleroma/merge_requests/1050#note_24402

docs/installation/arch_linux_en.md

index 4b3bbbbb0338ee7fe5549b7b94b6d7cb7246ffb7..2b040cfbc0f3a99cf4beb6461bd18fe2d50d28a5 100644 (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