We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f243bae + 0e23650 commit fdbd599Copy full SHA for fdbd599
docs/setup/ubuntu2204.md
@@ -33,7 +33,10 @@ If it does not, execute the following:
33
34
sudo apt update && sudo apt install software-properties-common && sudo add-apt-repository universe
35
36
-1. Add the ROS 2[^2] apt repository, first by authorizing the Open Robotics GPG key
+1. Add the ROS 2[^2] apt repository, first by installing curl
37
+
38
+ sudo apt install curl
39
+then authorizing the Open Robotics GPG key
40
41
sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
42
and then adding the repository to your computer's sources list
0 commit comments