]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
documentation: Fix Debian dependencies 30/head
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 17 Apr 2020 17:37:55 +0000 (12:37 -0500)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 17 Apr 2020 17:39:00 +0000 (12:39 -0500)
docs/installation.md

index cfc43124807e417e3cd1d3e5cad1614093f7bc66..d7155c042e9304566b706b23948d9b9eb7d75e2b 100644 (file)
@@ -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