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

https://github.com/boredsquirrel/flatpak-updater

Flatpaks don't autoupdate without a GUI store. But using this systemd service they can easily do that. A nice message is displayed after the updates.
https://github.com/boredsquirrel/flatpak-updater

Last synced: 11 months ago
JSON representation

Flatpaks don't autoupdate without a GUI store. But using this systemd service they can easily do that. A nice message is displayed after the updates.

Awesome Lists containing this project

README

          

# Flatpak-updater
Flatpaks don't autoupdate without a GUI store. But using this systemd service they can easily do that. A nice message is displayed after the updates.

Install

```
wget https://github.com/trytomakeyouprivate/Flatpak-updater/raw/main/flatpak-automatic.service -p ~/.local/share/systemd/user/
wget https://github.com/trytomakeyouprivate/Flatpak-updater/raw/main/flatpak-automatic.timer -p ~/.local/share/systemd/user/

systemctl enable flatpak-automatic
```