Skip to content

Instantly share code, notes, and snippets.

@perfectra1n
Created May 23, 2022 21:10
Show Gist options
  • Save perfectra1n/d14c5a78c9bb4612fa8dabcd00d15d6a to your computer and use it in GitHub Desktop.
Save perfectra1n/d14c5a78c9bb4612fa8dabcd00d15d6a to your computer and use it in GitHub Desktop.
One liner to download the latest version of Trilium server
curl -s https://api.github.com/repos/zadam/trilium/releases/latest \
| grep "browser_download_url.*x64-server" \
| cut -d : -f 2,3 \
| tr -d \" \
| wget -qi -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment