/abroot-rollback-notifier

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

Primary LanguageMesonGNU General Public License v3.0GPL-3.0

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 mesonbuild
ninja -C mesonbuild
sudo ninja -C mesonbuild install

Requirements

  • adwdialog
  • pkexec
  • abroot (obviously)