-
Almost all other applications are installed using the standard What is the installation method for allowing automatic update? Do I have to use the Docker method for this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, there's no auto update. Docker is not auto updating either. |
Beta Was this translation helpful? Give feedback.
-
You could possibly set up a bash script to download it and overwrite the old version, then start the new one. Then have systemd run the script every x hours/days. curl -L $(curl --silent https://api.github.com/repos/zadam/trilium/releases/latest | jq .assets[1].browser_download_url | sed -r 's/"//g') --output "trilium.tar.gz" This oneliner will download the latest (You need to run |
Beta Was this translation helpful? Give feedback.
Hi, there's no auto update. Docker is not auto updating either.