From 2482d967823ded541a4a8f1f3a949fd41299c13d Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Wed, 31 May 2023 08:59:03 -0400 Subject: [PATCH] remove one more java dep --- docs/docs/installation/debian_based_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/debian_based_en.md b/docs/docs/installation/debian_based_en.md index b87e89a46..f6f13b40c 100644 --- a/docs/docs/installation/debian_based_en.md +++ b/docs/docs/installation/debian_based_en.md @@ -45,7 +45,7 @@ Otherwise use [asdf](https://github.com/asdf-vm/asdf) to install the latest vers First, install some dependencies needed to build Elixir and Erlang: ```shell -sudo apt install curl unzip build-essential autoconf m4 libncurses5-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev +sudo apt install curl unzip build-essential autoconf m4 libncurses5-dev libssh-dev unixodbc-dev xsltproc libxml2-utils libncurses-dev ``` Then login to the `akkoma` user and install asdf: