File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,27 @@ Import repository key:
6060
6161 curl https://ltb-project.org/documentation/_static/ltb-project-debian-keyring.gpg | gpg --dearmor > /usr/share/keyrings/ltb-project-debian-keyring.gpg
6262
63- Configure the repository:
63+
64+ Configure the apt repository:
6465
6566.. prompt :: bash #
6667
67- vi /etc/apt/sources.list.d/ltb-project.list
68+ vi /etc/apt/sources.list.d/ltb-project.sources
6869
6970.. code-block :: ini
7071
71- deb [arch =amd64 signed-by =/usr/share/keyrings/ltb-project-debian-keyring.gpg] https://ltb-project.org/debian/stable stable main
72+ Types: deb
73+ URIs: https://ltb-project.org/debian/stable
74+ Suites: stable
75+ Components: main
76+ Signed-By: /usr/share/keyrings/ltb-project-debian-keyring.gpg
77+ Architectures: amd64
78+
79+ .. note ::
80+
81+ You can also use the old-style source.list format. Edit ``ltb-project.list `` and add::
82+
83+ deb [arch=amd64 signed-by=/usr/share/keyrings/ltb-project-debian-keyring.gpg] https://ltb-project.org/debian/stable stable main
7284
7385Then update:
7486
You can’t perform that action at this time.
0 commit comments