You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -157,9 +157,9 @@ The result should confirm that 1 key was *either* imported or updated. *Ignore*
157
157
158
158

159
159
160
-
Next, you will run the *verify* command on the signature (.sig) file. (*Verify* must be run from inside the same folder that you downloaded the files into earlier. The `*`'s in this command will auto-fill the version from your current folder, so it should be copied and pasted as-is.)
160
+
Next, you will run the *verify* command on the signature (.sig) file. (*Verify* must be run from inside the same folder that you downloaded the files into earlier.)
161
161
```
162
-
gpg --verify seedsigner.0.8.*.sha256.txt.sig
162
+
gpg --verify seedsigner.0.8.5.sha256.txt.sig
163
163
```
164
164
165
165
When the verify command completes successfully, it should display output like this:
@@ -229,7 +229,7 @@ Now that you have confirmed that you do have the real SeedSigner Project's Publi
229
229
230
230
**On Linux or OSX:** Run this command
231
231
```
232
-
shasum -a 256 --ignore-missing --check seedsigner.0.7.*.sha256.txt
232
+
shasum -a 256 --ignore-missing --check seedsigner.0.8.5.sha256.txt
233
233
```
234
234
235
235
**On Windows (inside Powershell):** Run this command
@@ -241,9 +241,9 @@ On Windows, you must then manually compare the resulting file hash value to the
241
241
242
242
Wait up to 30 seconds for the command to complete, and it should display:
243
243
```
244
-
seedsigner_os.0.7.x.[Your_Pi_Model_For_Example:pi02w].img: OK
244
+
seedsigner_os.0.8.5.[Your_Pi_Model_For_Example:pi02w].img: OK
245
245
```
246
-
**If you receive the "OK" message** for your **seedsigner_os.0.7.x.[Your_Pi_Model_For_Example:pi02w].img file**, as shown above, then your verification is fully complete!
246
+
**If you receive the "OK" message** for your **seedsigner_os.0.8.5.[Your_Pi_Model_For_Example:pi02w].img file**, as shown above, then your verification is fully complete!
247
247
**All of your downloaded files have now been confirmed as both authentic and unaltered!** You can proceed to create/write your MicroSD card😄😄 !!
248
248
249
249
If your file result shows "FAILED", then you must stop here immediately. Do not continue. Contact us for assistance at the Telegram group address above.
0 commit comments