From 6075fed84912be82cb03a99ad5a5a82547872463 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 12 Aug 2023 19:33:55 +0100 Subject: NEW BOARD: HP EliteBook 8470p (Intel GPU) Intel GPU! The AMD ones will be tested, but assume Intel-only for now. Signed-off-by: Leah Rowe --- resources/scripts/update/blobs/download | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/scripts/update/blobs/download') diff --git a/resources/scripts/update/blobs/download b/resources/scripts/update/blobs/download index 9fd2a6b9..04d5bd31 100755 --- a/resources/scripts/update/blobs/download +++ b/resources/scripts/update/blobs/download @@ -380,7 +380,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 || \ + unar -D 68*.CAB Rom.bin mv Rom.bin ec.bin fi if [ ! -f ec.bin ]; then -- cgit v1.2.1