https://github.com/boredsquirrel/appimage-updater
Small systemd service with a reasonable footprint. Still pretty basic, but updates an app if the URL stays the same and there is a different file.
https://github.com/boredsquirrel/appimage-updater
Last synced: about 2 months ago
JSON representation
Small systemd service with a reasonable footprint. Still pretty basic, but updates an app if the URL stays the same and there is a different file.
- Host: GitHub
- URL: https://github.com/boredsquirrel/appimage-updater
- Owner: boredsquirrel
- License: gpl-3.0
- Created: 2023-04-11T21:52:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T12:38:49.000Z (about 3 years ago)
- Last Synced: 2025-01-26T20:23:37.324Z (over 1 year ago)
- Language: Shell
- 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
# Appimage-Updater
Small systemd service with a reasonable footprint. Still pretty basic, but updates an app if the URL stays the same and there is a different file.
It asks the user to enter URLs, so be ready and have your URLs for the apps you want.
Restrictions:
- this script just checks if behind the URL is a new file, if yes it downloads that
- the script currently does not check if the URL is not existent and checks for newer files. This should be possible to implement
- I think the naming of versions is a mess too. So this could be really difficult to do.
- The script runs daily as a user systemd service. Not all the time, no permissions required.
- It does not handle fancy things like desktop integration.
Install:
```
wget https://github.com/trytomakeyouprivate/Appimage-Updater/raw/main/setup | bash
```