We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7e4bd commit da3247bCopy full SHA for da3247b
.add-gazebo-ppa
@@ -1,5 +1,5 @@
1
#!/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 -
+apt install curl -y
+sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" > /etc/apt/sources.list.d/gazebo-stable.list'
+curl -fsSL https://packages.osrfoundation.org/gazebo.gpg | apt-key add -
5
apt-get update
0 commit comments