mattieb / download-windows-esd

download Windows 11 ESDs directly from Microsoft
MIT License
73 stars 3 forks source link

sha1sum is not included in macOS #1

Closed evanwurden closed 1 year ago

evanwurden commented 1 year ago

I encountered error sha1sum: command not found after a successful download. The script uses sha1sum which is not included in macOS. This is resolved by running brew install md5sha1sum. However, shasum is preinstalled and uses SHA-1 by default, so I think it would be preferable to use that.