linux-surface / surface-uefi-firmware

UEFI firmware updates for surface using fwupd. WIP, be careful.
104 stars 9 forks source link

Search for files using case-insensitive names #5

Closed yesrod closed 4 years ago

yesrod commented 4 years ago

Some of the files extracted from the MSI package end with filenames like *.Cap, because Windows.

To deal with this, change the -name parameter to -iname to perform a case insensitive search using find.

StollD commented 4 years ago

Thank you!