You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
README.md | 7 years ago | |
is-reboot-required.sh | 5 years ago |
README.md
Archlinux Stale Kernel Check
This small script compares the running kernel version (uname -r
) and the
kernel version on the filesystem (file /boot/vmlinuz-linux
). If the versions
differ, it prints "Reboot required.". If not, it prints "No reboot required."