Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pop-os/system-updater
Systemd services for checking for and applying system updates.
https://github.com/pop-os/system-updater
Last synced: 1 day ago
JSON representation
Systemd services for checking for and applying system updates.
- Host: GitHub
- URL: https://github.com/pop-os/system-updater
- Owner: pop-os
- License: mpl-2.0
- Created: 2021-11-09T16:03:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T15:10:32.000Z (10 months ago)
- Last Synced: 2024-10-29T18:08:13.550Z (15 days ago)
- Language: Rust
- Size: 281 KB
- Stars: 27
- Watchers: 17
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pop System Updater
DBus services to enable Linux distributions to schedule system updates across a variety of package managers.
## Translators
Go [here](gtk/i18n) for localizations. The `en` directory contains the English localization. Copy and rename that directory to your language codename, and translate each of the keys into your language. Translations may be submitted as a PR, as an issue, by email, or any other means necessary.
## Build
This project uses [just](https://github.com/casey/just) as a command runner.
```sh
# Vendor dependencies
just vendor# Build with vendored dependencies
just vendor=1# Run GTK test
just debug=1 vendor=1 gtk-test# install to custom root path
just rootdir=chroot prefix=/usr vendor=1 install# List Recipes
just -l
```## License
Licensed under the [Mozilla Public License 2.0](https://choosealicense.com/licenses/mpl-2.0/).
### Contribution
Any contribution intentionally submitted for inclusion in the work by you shall be licensed under the Mozilla Public License 2.0 (MPL-2.0).