This commit is contained in:
Tobias Powalowski 2023-02-03 15:48:23 +01:00
parent acf57dd01f
commit 632eb55b52

View file

@ -960,7 +960,10 @@ _install_bootloader() {
_set_device_name_scheme || return 1 _set_device_name_scheme || return 1
fi fi
if [[ -z "${_S_SRC}" ]]; then if [[ -z "${_S_SRC}" ]]; then
_select_source || return 1 if ! _select_source; then
_NEXTITEM="7"
return 1
fi
fi fi
_prepare_pacman _prepare_pacman
if [[ -n "${_UCODE}" ]]; then if [[ -n "${_UCODE}" ]]; then