We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eae3bf commit 62eb49eCopy full SHA for 62eb49e
baremetal.sh
@@ -129,7 +129,7 @@ function baremetal_setup {
129
echo -n "Downloading UEFI firmware... "
130
cd sys
131
if [ -x "$(command -v curl)" ]; then
132
- curl -s -o OVMF.fd https://cdn.download.clearlinux.org/image/OVMF.fd
+ curl -s -O https://cdn.download.clearlinux.org/image/OVMF.fd
133
else
134
wget -q https://cdn.download.clearlinux.org/image/OVMF.fd
135
fi
0 commit comments