From da70596895d8135e08f8caac6978117697b4c021 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 18 Aug 2024 21:39:29 +0200 Subject: [REFACTOR] Improved project structure. Signed-off-by: Amlal El Mahrouss --- dev/Boot/DownloadOVMF.ps1 | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 dev/Boot/DownloadOVMF.ps1 (limited to 'dev/Boot/DownloadOVMF.ps1') diff --git a/dev/Boot/DownloadOVMF.ps1 b/dev/Boot/DownloadOVMF.ps1 deleted file mode 100644 index 5a2c5f0e..00000000 --- a/dev/Boot/DownloadOVMF.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -$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