Skip to content

Commit e63a1a2

Browse files
author
David Coutadeur
committed
update doc with deb822 repository format (#249)
1 parent 74d8f0c commit e63a1a2

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/installation.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,25 @@ Import the PGP key:
4747
apt install curl gpg
4848
curl https://ltb-project.org/documentation/_static/ltb-project-debian-keyring.gpg | gpg --dearmor > /usr/share/keyrings/ltb-project-debian-keyring.gpg
4949

50-
Configure the repository:
50+
Configure the apt repository:
5151

5252
.. prompt:: bash #
5353

54-
vi /etc/apt/sources.list.d/ltb-project.list
54+
vi /etc/apt/sources.list.d/ltb-project.sources
5555

5656
.. code-block:: ini
5757
58-
deb [arch=amd64 signed-by=/usr/share/keyrings/ltb-project-debian-keyring.gpg] https://ltb-project.org/debian/stable stable main
58+
Types: deb
59+
URIs: https://ltb-project.org/debian/stable
60+
Suites: stable
61+
Components: main
62+
Signed-By: /usr/share/keyrings/ltb-project-debian-keyring.gpg
63+
64+
.. note::
65+
66+
You can also use the old-style source.list format. Edit ``ltb-project.list`` and add::
67+
68+
deb [arch=amd64 signed-by=/usr/share/keyrings/ltb-project-debian-keyring.gpg] https://ltb-project.org/debian/stable stable main
5969

6070
Then update:
6171

0 commit comments

Comments
 (0)