Skip to content

Commit

Permalink
Merge pull request #8 from Soroosh129/master
Browse files Browse the repository at this point in the history
Added the new ROS repo key.
  • Loading branch information
jetsonhacks authored Jun 19, 2019
2 parents ae6ba4d + 4663f11 commit cf93b2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installROS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ sudo apt-add-repository restricted
# Setup sources.lst
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
# Setup keys
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 0xB01FA116
#sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 0xB01FA116
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
# Installation
tput setaf 2
echo "Updating apt-get"
Expand Down

0 comments on commit cf93b2a

Please sign in to comment.