Skip to content

Commit 0e23650

Browse files
Add instruction to install curl
Fresh copies of Ubuntu 22.04 desktop do not have curl pre-installed. Added instructions to install curl before authorizing the Open Robotics GPG key. This is consistent with the Galatic instructions that have users installing curl in prior steps.
1 parent f243bae commit 0e23650

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/setup/ubuntu2204.md

Lines changed: 4 additions & 1 deletion
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)