Skip to content

Commit

Permalink
Add update-keys.sh for nodejs release keys update
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Jul 22, 2020
1 parent f21ff22 commit ae84d3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions update-keys.sh
@@ -0,0 +1,3 @@
#!/bin/sh

curl -sLo- https://github.com/nodejs/node/raw/master/README.md | awk '/^gpg --keyserver pool.sks-keyservers.net --recv-keys/ {print $NF}' > keys/node.keys

0 comments on commit ae84d3f

Please sign in to comment.