change message

This commit is contained in:
Tobias Powalowski 2022-10-12 08:21:33 +02:00
parent 86edfc051a
commit b6955e26db

View file

@ -441,7 +441,7 @@ _kernel_check() {
_RUNNING_KERNEL="$(uname -r)"
if ! [[ "${_INSTALLED_KERNEL}" == "${_RUNNING_KERNEL}" ]]; then
echo -e "\033[93mWarning:\033[0m"
echo -e "Installed kernel does not match running kernel!"
echo -e "Installed kernel does \033[1mnot\033[0m match running kernel!"
echo -e "Kernel module loading will \033[1mnot\033[0m work."
echo -e "Use \033[1m--latest\033[0m options to get a matching kernel first."
fi