Skip to content

Commit 25498b6

Browse files
authored
Merge pull request #652 from Marc-Gee/Version-bump-in-verification-instructions
update version refrences to 0.8.x
2 parents bac3a65 + 4204aef commit 25498b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ The result should confirm that 1 key was *either* imported or updated. *Ignore*
157157

158158
![SS - Fetchkeys-Keybase PubKey import with Fingerprint shown (New import or update of the key)v3-100pct](https://user-images.githubusercontent.com/91296549/221334414-adc3616c-462e-490e-8492-3dfee367d13a.jpg)
159159

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.)
161161
```
162-
gpg --verify seedsigner.0.8.*.sha256.txt.sig
162+
gpg --verify seedsigner.0.8.5.sha256.txt.sig
163163
```
164164

165165
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
229229

230230
**On Linux or OSX:** Run this command
231231
```
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
233233
```
234234

235235
**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
241241

242242
Wait up to 30 seconds for the command to complete, and it should display:
243243
```
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
245245
```
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!
247247
**All of your downloaded files have now been confirmed as both authentic and unaltered!** You can proceed to create/write your MicroSD card😄😄 !!
248248

249249
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

Comments
 (0)