Commit c114585 1 parent 39c30ea commit c114585 Copy full SHA for c114585
File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,9 @@ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
112
112
For Current and LTS, the GPG detached signature of ` SHASUMS256.txt ` is in
113
113
` SHASUMS256.txt.sig ` . You can use it with ` gpg ` to verify the integrity of
114
114
` SHASUMS256.txt ` . You will first need to import
115
- [ the GPG keys of individuals authorized to create releases] ( #release-keys ) . To
116
- import the keys:
115
+ [ the GPG keys of individuals authorized to create releases] ( #release-keys ) .
117
116
118
- ``` bash
119
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
120
- ```
121
-
122
- See [ Release keys] ( #release-keys ) for a script to import active release keys.
117
+ See [ Release keys] ( #release-keys ) for commands to import active release keys.
123
118
124
119
Next, download the ` SHASUMS256.txt.sig ` for the release:
125
120
You can’t perform that action at this time.
0 commit comments