Reboot Reminder In Arch Linux
Reboot is required when Linux kernel is updated. Ubuntu has a nice MOTD that reminds user to reboot the machine. There is a simple implementation for Arch Linux.
Append the following to end of ~/.bashrc:
versionUpdated=$(vercmp $(pacman -Q linux | cu...
tech.mrleong.net1 min read