We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b56e0 commit dd02c67Copy full SHA for dd02c67
functions.sh
@@ -242,11 +242,11 @@ function get_flashrom()
242
#needed to avoid dependencies not found on older ChromeOS
243
util_file="flashrom_old.tar.gz"
244
else
245
+ flashrom_programmer="${flashrom_programmer} --use-first-chip"
246
if [[ "$isMusl" = true ]]; then
247
util_file="flashrom-musl.tar.gz"
- flashrom_programmer="${flashrom_programmer} --use-first-chip"
248
249
- util_file="flashrom_ups_libpci37_20240418.tar.gz"
+ util_file="flashrom_ups_libpci37_20241214.tar.gz"
250
fi
251
252
$CURL -sLo "flashrom.tar.gz" "${util_source}${util_file}"
0 commit comments