1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

_includes/setup-instructions.html: update instructions for installing gpg key as apt-key add is deprecated.

This commit is contained in:
Henrik Hautakoski 2023-04-08 13:52:16 +02:00
parent da7df9a31e
commit 21df21d400

View file

@ -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 %}
<p>Then you can add one or more of your repositories:</p>