From 98d79828345499b5471f52529f18bb5224e32aa7 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 25 Feb 2025 09:24:58 -0500 Subject: [PATCH] blobs/xx30/optiplex_7010_9010.sh: use web.arhive.org to download zip containing ivy/sandy file now missing upstream. Fix path where file is found in zip Signed-off-by: Thierry Laurion --- blobs/xx30/optiplex_7010_9010.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/blobs/xx30/optiplex_7010_9010.sh b/blobs/xx30/optiplex_7010_9010.sh index adb91df0..2b215248 100755 --- a/blobs/xx30/optiplex_7010_9010.sh +++ b/blobs/xx30/optiplex_7010_9010.sh @@ -32,9 +32,11 @@ if [[ ! -f "${output_dir}/IVB_BIOSAC_PRODUCTION.bin" ]] || [[ ! -f "${output_dir mv IVB_BIOSAC_PRODUCTION.bin "${output_dir}/" #Download sinit - wget https://cdrdv2.intel.com/v1/dl/getContent/630744 -O sinit.zip + # Original URL got rid of needed file, keeping original URL. Let's use archive.org + #wget https://cdrdv2.intel.com/v1/dl/getContent/630744 -O sinit.zip + wget http://web.archive.org/web/20230712081031/https://cdrdv2.intel.com/v1/dl/getContent/630744 -O sinit.zip unzip sinit.zip - mv 630744_003/SNB_IVB_SINIT_20190708_PW.bin "${output_dir}/" + mv 630744_002/SNB_IVB_SINIT_20190708_PW.bin "${output_dir}/" popd || exit fi