summaryrefslogtreecommitdiffhomepage
path: root/src/boot/download-ovmf.ps1
blob: 5a2c5f0ea2b6aeaa3897d7160ac1c02611ad41d8 (plain)
1
2
3
4
$client = new-object System.Net.WebClient
$output = "$PSScriptRoot\OVMF.fd"

$client.DownloadFile("https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd", $output)