fix broken seabios download

This commit is contained in:
Leah Rowe 2021-11-11 11:30:52 +00:00
parent 8888b2b777
commit 5957c685a2

View file

@ -34,7 +34,7 @@ rm -rf "seabios/"
# ------------------------------------------------------------------------------
# download it using git
git clone https://git.seabios.org/seabios.git
git clone https://review.coreboot.org/seabios
if [ ! -d "seabios" ]; then
printf "seabios not downloaded; check network connection?\n\n"