Fw: Small correction

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sending this along for corrections... 

Begin forwarded message:

Date: Wed, 30 Nov 2016 17:19:23 -0800
From: Fausto Dan Holguin <faustodanielholguin@xxxxxxxxx>
To: kfenzi@xxxxxxxxxx
Subject: Small correction


Dear Mike and Kevin,

this is to notify a small correction I made to be able to verify my
Fedora download in Windows.

In this page:

https://docs.fedoraproject.org/en-US/Fedora/25/html/Installation_Guide/sect-verifying-images.html

I changed this line >>>>>

> $expected_checksum = ((Get-Content $checksum_file | Select-String  
-Pattern $image) -split " ")[*0*].ToLower()

To this >>>

> $expected_checksum = ((Get-Content $checksum_file | Select-String  
-Pattern $image) -split " ")[*3*].ToLower()

Yes, just [0] for [3]. That made it work. Thank you for your work and
happy Holidays.

Dan
Dear Mike and Kevin,

this is to notify a small correction I made to be able to verify my Fedora download in Windows.

In this page:

https://docs.fedoraproject.org/en-US/Fedora/25/html/Installation_Guide/sect-verifying-images.html

I changed this line >>>>>

> $expected_checksum = ((Get-Content $checksum_file | Select-String -Pattern $image) -split " ")[0].ToLower()

To this >>>

> $expected_checksum = ((Get-Content $checksum_file | Select-String -Pattern $image) -split " ")[3].ToLower()

Yes, just [0] for [3]. That made it work. Thank you for your work and happy Holidays.

Dan

Attachment: pgpNSDMjJnmJw.pgp
Description: OpenPGP digital signature

_______________________________________________
docs mailing list -- docs@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to docs-leave@xxxxxxxxxxxxxxxxxxxxxxx

[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Red Hat 9]     [Yosemite News]     [KDE Users]

  Powered by Linux