Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vanilla-os/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.
https://github.com/vanilla-os/abroot-rollback-notifier

abroot hacktoberfest notifier rollback vanillaos

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

```bash
abroot-rollback-notifier
```

## Installation

The utility can be installed with the following command:

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

## Requirements

- [`adwdialog`](https://github.com/Vanilla-OS/AdwDialog)
- `pkexec`
- [`abroot`](https://github.com/Vanilla-OS/ABRoot) (obviously)