hamishcoleman / thinkpad-ec

Infrastructure for examining and patching Thinkpad embedded controller firmware
GNU General Public License v2.0
1.07k stars 115 forks source link

Add wget to the command that installs the prerequisites #171

Closed ghost closed 4 years ago

ghost commented 4 years ago

Running this on WSL2, I was getting an error because wget was not installed, so I suggest adding wget to the command that installs the prerequisites

hamishcoleman commented 4 years ago

Thanks for pointing that out. I have added wget.

Also, you will probably find other issues using WSL if you try to write the image to a USB stick

ghost commented 4 years ago

Thanks for pointing that out. I have added wget.

Also, you will probably find other issues using WSL if you try to write the image to a USB stick

For writing the images I just copy them over to the Windows folders (/mnt/driveletter/etc) and write them with Rufus or balenaEtcher

hamishcoleman commented 4 years ago

Good to know that it is that simple. Thanks for testing!