From 7c0d8c55175c89f6b6e1a7862ab87469c3ca2395 Mon Sep 17 00:00:00 2001 From: pcarana Date: Thu, 2 Jul 2020 12:19:37 -0500 Subject: [PATCH] Add paragraph to help when installing debian package --- docs/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index eaf40b12..965899b6 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 %} -- 2.47.3