Skip to content

Commit

Permalink
Merge pull request #494 from iRobotEducation/brianabouchard/humble_in…
Browse files Browse the repository at this point in the history
…stall_revision

Add instruction to install curl
  • Loading branch information
brianabouchard authored Jan 8, 2024
2 parents f243bae + 0e23650 commit fdbd599
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/setup/ubuntu2204.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ If it does not, execute the following:

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

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

sudo apt install curl
then authorizing the Open Robotics GPG key

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

0 comments on commit fdbd599

Please sign in to comment.