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: 3 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T09:45:54.000Z (3 months ago)
- Last Synced: 2025-02-20T10:34:08.719Z (3 months ago)
- Topics: abroot, hacktoberfest, notifier, rollback, vanillaos
- Language: Meson
- Homepage:
- Size: 28.3 KB
- Stars: 2
- 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)