Commit 6ff23993 authored by Vitaly Lipatov's avatar Vitaly Lipatov

switch-to-nvidia.sh: add message about reboot needed

parent 2f33167a
...@@ -39,6 +39,7 @@ check_old_nvidia () { ...@@ -39,6 +39,7 @@ check_old_nvidia () {
} }
if ! epm update-kernel --check-run-kernel ; then if ! epm update-kernel --check-run-kernel ; then
echo "Please reboot the system to run the latest kernel."
fatal fatal
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment