Skip to content

Commit

Permalink
πŸ’š Update to use hkps://keys.openpgp.org (#100)
Browse files Browse the repository at this point in the history
* πŸ’š Update to use hkps://keys.openpgp.org

* Escape sequences for awk
  • Loading branch information
chorrell authored Mar 20, 2022
1 parent 9b7af1b commit fcc1cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ -z ${NODE_VERSION} ]]; then
usage
fi

NODE_KEYS=$(curl -fsSLo- --compressed https://github.com/nodejs/node/raw/master/README.md | awk '/^gpg --keyserver pool.sks-keyservers.net --recv-keys/ {print $NF}')
NODE_KEYS=$(curl -fsSLo- --compressed https://github.com/nodejs/node/raw/master/README.md | awk '/^gpg --keyserver hkps:\/\/keys\.openpgp\.org --recv-keys/ {print $NF}')

for key in $NODE_KEYS; do
if [[ -n "$key" ]]; then
Expand Down

0 comments on commit fcc1cd4

Please sign in to comment.