diff options
author | Leah Rowe <leah@libreboot.org> | 2023-08-09 12:25:34 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-08-09 22:55:29 +0100 |
commit | f8f77cb2886331d1b8b26d88d2407e2f85dc59a2 (patch) | |
tree | 57d3a5924f97c03524343e2425a7c7f4fc325fce /resources/scripts/update | |
parent | c5c89467795300de6fe456a1e4e85cf87c1fa80d (diff) |
NEW BOARD: HP EliteBook 2170p
Another ivybridge platform, added in coreboot recently.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts/update')
-rwxr-xr-x | resources/scripts/update/blobs/download | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/update/blobs/download b/resources/scripts/update/blobs/download index 2368e8e9..9beacab8 100755 --- a/resources/scripts/update/blobs/download +++ b/resources/scripts/update/blobs/download @@ -339,7 +339,8 @@ extract_ec() mv Rompaq/68*.BIN ec.bin if [ ! -f ec.bin ]; then - unar -D ROM.CAB Rom.bin + unar -D ROM.CAB Rom.bin || \ + unar -D Rom.CAB Rom.bin mv Rom.bin ec.bin fi if [ ! -f ec.bin ]; then |