]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Add paragraph to help when installing debian package
authorpcarana <pc.moreno2099@gmail.com>
Thu, 2 Jul 2020 17:19:37 +0000 (12:19 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Thu, 2 Jul 2020 17:19:37 +0000 (12:19 -0500)
docs/installation.md

index eaf40b1254a8cbc6dd43d23544dd0bc8cfd06cb7..965899b660cd0d88d273670f681eba9873042bc1 100644 (file)
@@ -69,6 +69,12 @@ wget https://github.com/NICMx/FORT-validator/releases/download/v{{ site.fort-lat
 sudo apt install ./fort_{{ site.fort-latest-version }}-1_amd64.deb
 {% endhighlight %}
 
+> If a dependency can't be found at the repositories (i.e. libcurl4), try using a newer repository, such as Debian Buster.
+> 
+> Add the following line to `/etc/apt/sources.list`, replacing the mirror (_http://ftp.mx.debian.org/debian_) with your [prefered one](https://www.debian.org/mirror/list):
+> 
+> `deb http://ftp.mx.debian.org/debian buster main`
+
 Aside from the `fort` binary documented elsewhere in this documentation, the Debian package also ships with a systemd service, which is just the binary ran as a daemon. You can [configure](usage.html#--configuration-file) it at `/etc/fort/config.json`.
 
 {% highlight bash %}