mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-19 04:31:04 +02:00
Display a quick error message, sleep, and return to menu
This commit is contained in:
parent
f80cc306a7
commit
00d964e320
@ -48,7 +48,7 @@ echo -n Specify Github User Name: ${} && read github_user
|
|||||||
echo -n Specify branch name or shortened commit hash ( i.e. my_feature or 30b7ca ): ${} && read github_hash
|
echo -n Specify branch name or shortened commit hash ( i.e. my_feature or 30b7ca ): ${} && read github_hash
|
||||||
echo
|
echo
|
||||||
echo Attempting to chainload:
|
echo Attempting to chainload:
|
||||||
chain --autofree https://raw.githubusercontent.com/${github_user}/netboot.xyz/${github_hash}/src/menu.ipxe || goto utils_exit
|
chain --autofree https://raw.githubusercontent.com/${github_user}/netboot.xyz/${github_hash}/src/menu.ipxe || echo Unable to find branch... && sleep 5 && goto utils_exit
|
||||||
goto utils_exit
|
goto utils_exit
|
||||||
|
|
||||||
:utils_exit
|
:utils_exit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user