Skip to content

Commit

Permalink
Added the new ROS repo key. https://discourse.ros.org/t/new-gpg-keys-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Soroosh129 committed Jun 14, 2019
1 parent ae6ba4d commit 4663f11
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 4663f11

Please sign in to comment.