Skip to content

Commit

Permalink
Refer to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBand committed Jun 1, 2021
1 parent db23238 commit 59acbab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/install-and-run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ start and stop the Krill daemon.
minimum version required by Krill and is higher than available in the
official package repositories for those platforms.

To install the Krill **Release Candidate** package from the NLnet Labs package repository:
To install the Krill package from the NLnet Labs package repository:

1. Run ``cargo uninstall krill`` if you previously installed Krill with Cargo.
2. Add the line below that corresponds to your operating system to ``/etc/apt/sources.list`` or ``/etc/apt/sources.list.d/``:

.. code-block:: bash
deb [arch=amd64] https://packages.nlnetlabs.nl/linux/debian/ stretch-proposed main
deb [arch=amd64] https://packages.nlnetlabs.nl/linux/debian/ buster-proposed main
deb [arch=amd64] https://packages.nlnetlabs.nl/linux/ubuntu/ xenial-proposed main
deb [arch=amd64] https://packages.nlnetlabs.nl/linux/ubuntu/ bionic-proposed main
deb [arch=amd64] https://packages.nlnetlabs.nl/linux/ubuntu/ focal-proposed main
deb [arch=amd64] https://packages.nlnetlabs.nl/linux/debian/ stretch main
deb [arch=amd64] https://packages.nlnetlabs.nl/linux/debian/ buster main
deb [arch=amd64] https://packages.nlnetlabs.nl/linux/ubuntu/ xenial main
deb [arch=amd64] https://packages.nlnetlabs.nl/linux/ubuntu/ bionic main
deb [arch=amd64] https://packages.nlnetlabs.nl/linux/ubuntu/ focal main
2. Add the repository signing key to the trusted keys:

Expand Down

0 comments on commit 59acbab

Please sign in to comment.