merge / skulls

pre-built coreboot images and documentation on how to flash them for Thinkpad Laptops
GNU General Public License v3.0
677 stars 65 forks source link

x230_skulls.sh -U does not work anymore #167

Closed Gusher123 closed 3 years ago

Gusher123 commented 3 years ago
~/skulls-x230-0.1.11$ ./x230_skulls.sh -U
You seem to use a development version. Please use release package skulls-x230 0.0.2 for flashing.

Probably because

~/skulls-x230-0.1.11$ curl -s https://api.github.com/repos/merge/skulls/releases/latest | grep browser_download_url | cut -d'"' -f4 | cut -d'/' -f9 | head -n 1
skulls-x230t-0.0.2.tar.xz

is reporting the latest x230t version in stead of the latest x230 version.

Gusher123 commented 3 years ago

See pull request #168

merge commented 3 years ago

thanks a lot. merged and updated for x230t too.