From f0d18f9e7a5711390fbc50a51a7593dc7424f326 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 13 Oct 2018 13:07:26 +0300 Subject: [PATCH] platform-linux.md: get the apt key from keyserver with fingerprint Closes #13 --- platform-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-linux.md b/platform-linux.md index c7858cc..526bbf2 100644 --- a/platform-linux.md +++ b/platform-linux.md @@ -37,9 +37,9 @@ installed into systemd and started. ### From an Internet repository -To start with, trust the repository key: +To start with, add the repository key to your apt keyring: ``` -curl -o- http://neilalexander.s3.eu-west-2.amazonaws.com/deb/key.txt | sudo apt-key add - +sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys 569130E8CA20FBC4CB3FDE555898470A764B32C9 ``` Add the repository: