merge / skulls

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

Tweak/updater #236

Closed yubiuser closed 2 years ago

yubiuser commented 2 years ago

Checking for updates (-U) should not require the board model to be set (-b XXX). This PR does two things: 1) move the update part before the the board part => -U does not require a board to be set 2) tweak the updater script to make less curl calls to GH to speed up things => re-use variables we already have

merge commented 2 years ago

thanks . I fixed up a whitespace error and applied your patches