sudo apt-get update sudo apt-get install make sudo apt-get install innoextract sudo apt install git cd ~/ VPN USA git clone https://github.com/hamishcoleman/thinkpad-ec cd ~/thinkpad-ec make list_laptops sudo make build-deps make patch_enable_battery clean make patch_disable_keyboard clean make patched.b580.img lsblk -d -o NAME,SIZE sudo dd if=patched.b580.img of=/dev/sdx bs=4M status=progress conv=fsync ----