https://github.com/tiryoh/ros_gpg_key_update
A simple script to update gpg keys for packages.ros.org
https://github.com/tiryoh/ros_gpg_key_update
Last synced: 10 months ago
JSON representation
A simple script to update gpg keys for packages.ros.org
- Host: GitHub
- URL: https://github.com/tiryoh/ros_gpg_key_update
- Owner: Tiryoh
- License: cc0-1.0
- Created: 2019-06-21T09:01:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T05:54:51.000Z (about 1 year ago)
- Last Synced: 2025-06-26T03:03:36.187Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ros_gpg_key_update
A simple script to update gpg keys for packages.ros.org
details: https://discourse.ros.org/t/new-gpg-keys-deployed-for-packages-ros-org/9454
## Usage
Just run the following command on your ROS installed environment.
```sh
curl -SsfL git.io/ros-gpg-key-update | sh
```
If you want to download the script before execution, run the following command.
```sh
curl -Ssf -o ros-gpg-key-update.sh https://raw.githubusercontent.com/Tiryoh/ros_gpg_key_update/6b19c5d5f6526321329cbf05f76791a484e8cc1a/run.sh
bash ./ros-gpg-key-update.sh
```
## License
[CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/deed)