summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-25 09:36:43 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-25 09:36:43 +0200
commita21ee5cdcee345fd7ebf15b8ee674f0b76b39304 (patch)
tree253f17d04d23eeb7429f5337759f413faa337b4a
parent3209c960c95a2a4a728ada322a76c84459dd5ad1 (diff)
downloadansibleness-a21ee5cdcee345fd7ebf15b8ee674f0b76b39304.tar.gz
apt.liw.fi.html: improve the advice for bootstrapping trust
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ansible/apt.liw.fi.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/ansible/apt.liw.fi.html b/ansible/apt.liw.fi.html
index bc9c7e4..414b438 100644
--- a/ansible/apt.liw.fi.html
+++ b/ansible/apt.liw.fi.html
@@ -26,7 +26,15 @@
</p>
<p>To add this repository to your APT sources lists, first install
- the keyring package, and then create a file
+ the keyring package: download the latest package
+ from <a href="debian/pool/main/a/apt.liw.fi-keyring/">debian/pool/main/a/apt.liw.fi-keyring/</a>,
+ then install the downloaded file:</p>
+
+ <blockquote>
+ <code>sudo apt install ./apt.liw.fi-keyring_(something).deb</code>
+ </blockquote>
+
+ <p>Then create a file
<code>/etc/apt/sources.list.d/apt.liw.fi.list</code> with the
contents (or any other filename that ends in <code>.list</code>):
</p>