From 21df21d4009229eb82a47a89eca6fab33de1beda Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 8 Apr 2023 13:52:16 +0200 Subject: [PATCH] _includes/setup-instructions.html: update instructions for installing gpg key as `apt-key add` is deprecated. --- _includes/setup-instructions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/setup-instructions.html b/_includes/setup-instructions.html index 73c86c0..ba5c764 100644 --- a/_includes/setup-instructions.html +++ b/_includes/setup-instructions.html @@ -15,7 +15,7 @@ {% highlight bash %} sudo apt-get install software-properties-common -curl https://{{ setup-instructions_domain }}/key 2> /dev/null | sudo apt-key add - +curl -sS https://{{ setup-instructions_domain }}/key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/eossweden-2023.gpg > /dev/null {% endhighlight %}

Then you can add one or more of your repositories: