docs/installation/arch_linux_en.md: Remove useless ODBC
[akkoma] / 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