download backup seabios repo if the main one is down
This commit is contained in:
parent
5957c685a2
commit
4e4f4146d7
|
@ -34,7 +34,7 @@ rm -rf "seabios/"
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
# download it using git
|
# download it using git
|
||||||
git clone https://review.coreboot.org/seabios
|
git clone https://review.coreboot.org/seabios || git clone https://github.com/coreboot/seabios
|
||||||
|
|
||||||
if [ ! -d "seabios" ]; then
|
if [ ! -d "seabios" ]; then
|
||||||
printf "seabios not downloaded; check network connection?\n\n"
|
printf "seabios not downloaded; check network connection?\n\n"
|
||||||
|
|
Loading…
Reference in New Issue