chore(rebrand): adjust artifact names

This commit is contained in:
Elian Doran
2025-06-26 20:18:31 +03:00
parent fe3350f39f
commit a89ce5d931
8 changed files with 14 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ On Ubuntu:
```
#!/usr/bin/env bash
name=TriliumNextNotes-linux-x64-nightly.deb
name=TriliumNotes-linux-x64-nightly.deb
rm -f $name*
wget https://github.com/TriliumNext/Notes/releases/download/nightly/$name
sudo apt-get install ./$name