revert change to UCODE

This commit is contained in:
Tobias Powalowski 2023-02-02 13:13:26 +01:00
parent c9188cb5d5
commit 0b33e6579d

View file

@ -961,7 +961,7 @@ _install_bootloader() {
_select_source || return 1
fi
_prepare_pacman
if [[ -n "${_UCODE}" ]]; then
if [[ -n "${_UCODE_PKG}" ]]; then
_PACKAGES="${_UCODE_PKG}"
_run_pacman
fi