This small script simply checks if an ABRoot system requires a rollback. If so, it will prompt the user to do so.
The utility should run automatically on boot. However, it can be run manually with the following command:
abroot-rollback-notifier
The utility can be installed with the following command:
meson setup build
ninja -C build
sudo ninja -C build install