Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vanilla-os/abroot-rollback-notifier
- Owner: Vanilla-OS
- License: gpl-3.0
- Created: 2024-01-05T22:00:27.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T17:39:42.000Z (2 months ago)
- Last Synced: 2024-10-26T01:49:27.072Z (2 months ago)
- Topics: abroot, hacktoberfest, notifier, rollback, vanillaos
- Language: Meson
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)