quick-ros-install icon indicating copy to clipboard operation
quick-ros-install copied to clipboard

Update the ROS key

Open EchoHowardLam opened this issue 3 years ago • 2 comments

As referenced in https://discourse.ros.org/t/ros-gpg-key-expiration-incident/20669, the GPG key has become invalid again.

The following changes is tested to be working in my fork

# curl is not installed by default
sudo apt install -y curl

# From the linked website
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -

EchoHowardLam avatar Jun 23 '21 06:06 EchoHowardLam

@EchoHowardLam Could you make a PR for this?

fyi @tylerjw

davetcoleman avatar Jun 24 '21 15:06 davetcoleman

#7 Added pull request. That branch is tested to be working for a newly installed noetic system. However, you are still advised to test it yourself.

EchoHowardLam avatar Jun 27 '21 06:06 EchoHowardLam