bump to latest version

This commit is contained in:
Tobias Powalowski 2023-09-03 15:22:02 +02:00
parent 1ad88221ac
commit d926cda9b0

View file

@ -191,7 +191,9 @@ if [[ -z "${KERNEL}" ]]; then
[[ "${_RUNNING_ARCH}" == "aarch64" ]] && KERNEL="/boot/Image.gz"
# allow * in config
KERNEL="$(echo ${KERNEL})"
msg "Using kernel: ${KERNEL}"
else
KERNEL="$(echo ${KERNEL})"
msg "Using specified kernel: ${KERNEL}"
fi
if [[ ! -f "${KERNEL}" ]]; then