Skip to content

Commit fdbd599

Browse files
Merge pull request #494 from iRobotEducation/brianabouchard/humble_install_revision
Add instruction to install curl
2 parents f243bae + 0e23650 commit fdbd599

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/setup/ubuntu2204.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ If it does not, execute the following:
3333

3434
sudo apt update && sudo apt install software-properties-common && sudo add-apt-repository universe
3535

36-
1. Add the ROS 2[^2] apt repository, first by authorizing the Open Robotics GPG key
36+
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
3740

3841
sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
3942
and then adding the repository to your computer's sources list

0 commit comments

Comments
 (0)