Skip to content

A small script that simply checks if an ABRoot system requires a rollback. If so, it will prompt the user to do it.

License

Notifications You must be signed in to change notification settings

Vanilla-OS/abroot-rollback-notifier

Repository files navigation

ABRoot Rollback Notifier

This small script simply checks if an ABRoot system requires a rollback. If so, it will prompt the user to do so.

Usage

The utility should run automatically on boot. However, it can be run manually with the following command:

abroot-rollback-notifier

Installation

The utility can be installed with the following command:

meson setup build
ninja -C build
sudo ninja -C build install

Requirements