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:
parent
da7df9a31e
commit
21df21d400
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue