From 610f91d87152cbe48d3054fcf437d8239da6ef35 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 21 Dec 2024 21:59:13 +0100 Subject: IMP: :boom: Breaking changes some checks are needed to be done. Signed-off-by: Amlal --- dev/BootLoader/DownloadOVMF.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dev/BootLoader/DownloadOVMF.ps1 (limited to 'dev/BootLoader/DownloadOVMF.ps1') diff --git a/dev/BootLoader/DownloadOVMF.ps1 b/dev/BootLoader/DownloadOVMF.ps1 new file mode 100644 index 00000000..5a2c5f0e --- /dev/null +++ b/dev/BootLoader/DownloadOVMF.ps1 @@ -0,0 +1,4 @@ +$client = new-object System.Net.WebClient +$output = "$PSScriptRoot\OVMF.fd" + +$client.DownloadFile("https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd", $output) -- cgit v1.2.3