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.
- Host: GitHub
- URL: https://github.com/boredsquirrel/flatpak-updater
- Owner: boredsquirrel
- License: gpl-3.0
- Created: 2023-04-12T09:44:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T12:38:18.000Z (about 3 years ago)
- Last Synced: 2025-08-11T22:44:11.599Z (11 months ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```