We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b57be41 + d19f9a2 commit 707ed36Copy full SHA for 707ed36
docs/installation.rst
@@ -39,13 +39,19 @@ Configure the repository:
39
40
.. code-block:: ini
41
42
- deb [arch=amd64] https://ltb-project.org/debian/stable stable main
+ deb [arch=amd64 signed-by=/etc/apt/keyrings/ltb-project.gpg] https://ltb-project.org/debian/stable stable main
43
+
44
+Create repository key folder, if it doesn't exist:
45
46
+.. prompt:: bash #
47
48
+ sudo mkdir -p /etc/apt/keyrings
49
50
Import repository key:
51
52
.. prompt:: bash #
53
- wget -O - https://ltb-project.org/documentation/_static/RPM-GPG-KEY-LTB-project | sudo apt-key add -
54
+ wget -O - https://ltb-project.org/documentation/_static/RPM-GPG-KEY-LTB-project | gpg --dearmor -o /etc/apt/keyrings/ltb-project.gpg
55
56
Then update:
57
0 commit comments