diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-29 19:53:20 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-29 19:53:20 +0100 |
| commit | e082ba19157a0d654c9e9f537c65bf6dcfc450a4 (patch) | |
| tree | bd85bf7383fbd741dca68112228143498389710e /dev/boot/DownloadOVMF.ps1 | |
| parent | b7709d9dc8fc74ab1c60336b487a2c2f90ceeb99 (diff) | |
meta: rename DownloadOVMF to download-ovmf.
Diffstat (limited to 'dev/boot/DownloadOVMF.ps1')
| -rw-r--r-- | dev/boot/DownloadOVMF.ps1 | 4 |
1 files changed, 0 insertions, 4 deletions
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) |
