From: Alberto Leiva Popper Date: Fri, 17 Apr 2020 17:37:55 +0000 (-0500) Subject: documentation: Fix Debian dependencies X-Git-Tag: v1.2.1~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F30%2Fhead;p=thirdparty%2FFORT-validator.git documentation: Fix Debian dependencies --- diff --git a/docs/installation.md b/docs/installation.md index cfc43124..d7155c04 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -91,7 +91,7 @@ sudo systemctl enable fort ### Debian version {% highlight bash %} -sudo apt install autoconf automake build-essential libjansson-dev libssl-dev pkg-config rsync libcurl4 libxml2 +sudo apt install autoconf automake build-essential libjansson-dev libssl-dev pkg-config rsync libcurl4-openssl-dev libxml2-dev wget https://github.com/NICMx/FORT-validator/releases/download/v{{ site.fort-latest-version }}/fort-{{ site.fort-latest-version }}.tar.gz tar xvzf fort-{{ site.fort-latest-version }}.tar.gz