Skip to content

Commit

Permalink
Changing APT signing key instructions for newer versions of Debian and
Browse files Browse the repository at this point in the history
Ubuntu.
  • Loading branch information
laeti-tia committed Apr 18, 2024
1 parent f115f20 commit 5a952b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install_debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ All you need to do is to configure the perfSONAR Debian repository source, along

cd /etc/apt/sources.list.d/
curl -o perfsonar-release.list http://downloads.perfsonar.net/debian/perfsonar-release.list
curl http://downloads.perfsonar.net/debian/perfsonar-official.gpg.key | apt-key add -
curl -s -o /etc/apt/trusted.gpg.d/perfsonar-staging.gpg.asc http://downloads.perfsonar.net/debian/perfsonar-staging.gpg.key
* **Ubuntu only**. Additionnaly, if you're running a stripped down Ubuntu installation, you might need to enable the universe repository. This is done with the following command::

Expand Down
2 changes: 1 addition & 1 deletion install_rcs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ You may install this source list as follows::
cd /etc/apt/sources.list.d/
wget http://downloads.perfsonar.net/debian/perfsonar-minor-staging.list
wget -qO - http://downloads.perfsonar.net/debian/perfsonar-snapshot.gpg.key | apt-key add -
curl -s -o /etc/apt/trusted.gpg.d/perfsonar-staging.gpg.asc http://downloads.perfsonar.net/debian/perfsonar-staging.gpg.key

These Debian packages should work on Debian 10, Ubuntu 18 and 20. The perfsonar-archive bundle should also work on Debian 11 and Ubuntu 22.

Expand Down

0 comments on commit 5a952b4

Please sign in to comment.