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 0d529d5 commit 80e979bCopy full SHA for 80e979b
travis_custom/custom_before_install
@@ -5,7 +5,8 @@ set -e
5
set -x
6
set -v
7
8
-# Add robotpkg
+# Add robotpkg
9
+sudo sh -c "echo \"deb [arch=amd64] http://robotpkg.openrobots.org/wip/packages/debian/pub trusty robotpkg\" >> /etc/apt/sources.list "
10
sudo sh -c "echo \"deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub trusty robotpkg\" >> /etc/apt/sources.list "
11
curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -
12
0 commit comments