Skip to content

Commit da3247b

Browse files
fixup
1 parent 4f7e4bd commit da3247b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.add-gazebo-ppa

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
apt install wget -y
3-
sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
4-
wget https://packages.osrfoundation.org/gazebo.key -O - | apt-key add -
2+
apt install curl -y
3+
sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" > /etc/apt/sources.list.d/gazebo-stable.list'
4+
curl -fsSL https://packages.osrfoundation.org/gazebo.gpg | apt-key add -
55
apt-get update

0 commit comments

Comments
 (0)