File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff 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
6070Then update:
6171
You can’t perform that action at this time.
0 commit comments