Skip to content

Commit

Permalink
feat: installing software-properities-common for apt-get-respository
Browse files Browse the repository at this point in the history
  • Loading branch information
mbittarelli6river committed Nov 9, 2020
1 parent 0f88919 commit 182673a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
- run:
name: set up ros
command: |
sudo apt-get install software-properties-common &&\
sudo apt-get update &&\
echo $ARTIFACTORY_PUB_KEY > sudo apt-key add - &&\
sudo add-apt-repository "deb https://6rs-machine:$ARTIFACTORY_6RS_SECRET@sixriver.jfrog.io/sixriver/debian xenial main" &&\
sudo apt-get update && sudo apt-get install ros-kinetic-ros-base
Expand Down

0 comments on commit 182673a

Please sign in to comment.