Skip to content

Commit

Permalink
Merge pull request #115 from Worteks/fix-doc-apt
Browse files Browse the repository at this point in the history
Update doc to be consistent with main LTB project doc
  • Loading branch information
coudot committed Feb 20, 2024
2 parents 950161c + f1148e5 commit 3cb131b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ You need to install these prerequisites:
Debian / Ubuntu
---------------

Import the PGP key:

.. prompt:: bash #

apt install curl gpg
curl https://ltb-project.org/documentation/_static/RPM-GPG-KEY-LTB-project | gpg --dearmor > /usr/share/keyrings/ltb-project-openldap-archive-keyring.gpg

Configure the repository:

.. prompt:: bash #
Expand All @@ -34,13 +41,8 @@ Configure the repository:

.. code-block:: ini
deb [arch=amd64] https://ltb-project.org/debian/stable stable main
Import repository key:

.. prompt:: bash #
wget -O - https://ltb-project.org/documentation/_static/RPM-GPG-KEY-LTB-project | sudo apt-key add -
deb [arch=amd64 signed-by=/usr/share/keyrings/ltb-project-openldap-archive-keyring.gpg] https://ltb-project.org/debian/stable stable main
Then update:

Expand Down

0 comments on commit 3cb131b

Please sign in to comment.