Skip to content

Commit d42f03a

Browse files
authored
Use new GPG key for ROS
1 parent bb3b0f3 commit d42f03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installROS.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sudo apt-add-repository restricted
8787
# Setup sources.lst
8888
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
8989
# Setup keys
90-
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 0xB01FA116
90+
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
9191
# If you experience issues connecting to the keyserver, you can try substituting hkp://pgp.mit.edu:80 or hkp://keyserver.ubuntu.com:80 in the previous command.
9292
# Installation
9393
tput setaf 2

0 commit comments

Comments
 (0)