mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 20:07:18 +08:00
251 B
251 B
Download latest nightly and install it
On Ubuntu:
#!/usr/bin/env bash
name=TriliumNextNotes-linux-x64-nightly.deb
rm -f $name*
wget https://github.com/TriliumNext/Notes/releases/download/nightly/$name
sudo apt-get install ./$name
rm $name