Skip to content

Commit 5fe46fd

Browse files
authored
Add GPG note to README
1 parent d42f03a commit 5fe46fd

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,19 @@ $ ./setupCatkinWorkspace.sh [optionalWorkspaceName]
4848

4949
where optionalWorkspaceName is the name of the workspace to be used. The default workspace name is catkin_ws. This script also sets up some ROS environment variables. Refer to the script for details.
5050

51+
<em><b>Note:</b> On June 7, 2019 the GPG key for ROS was changed due to security issues. If you have ROS installed on your system before this, you should delete the GPG key:</em>
52+
53+
<pre>
54+
$ sudo apt-key del 421C365BD9FF1F717815A3895523BAEEB01FA116
55+
</pre>
56+
57+
5158
## Release Notes
52-
<strong>Octover 2018</strong>
59+
<strong>June 2019</strong>
60+
* L4T 31.0.2
61+
* Update ROS GPG Key
62+
63+
<strong>October 2018</strong>
5364
* Initial Release
5465
* L4T 31.0.2
5566

0 commit comments

Comments
 (0)