TriliumNext update error v0.94.0 #1073

Closed
opened 2026-02-04 22:54:34 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @Zwerver91 on GitHub (Jun 6, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

TriliumNext

📂 What was the exact command used to execute the script?

update

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Want to update from 0.92.4 to v0.94.0 but running the script is not working; see error.

🔄 Steps to reproduce the issue.

Type update in the console and press enter.

Paste the full error output (if available).

✓ Stopped Trilium
\ Updating to v0.94.0
[ERROR] in line 66: exit code 0: while executing command wget -q https://github.com/TriliumNext/Notes/releases/download/${RELEASE}/TriliumNextNotes-${RELEASE}-server-linux-x64.tar.xz

🖼️ Additional context (optional).

No response

Originally created by @Zwerver91 on GitHub (Jun 6, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? TriliumNext ### 📂 What was the exact command used to execute the script? update ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Want to update from 0.92.4 to v0.94.0 but running the script is not working; see error. ### 🔄 Steps to reproduce the issue. Type update in the console and press enter. ### ❌ Paste the full error output (if available). ✓ Stopped Trilium \ Updating to v0.94.0 [ERROR] in line 66: exit code 0: while executing command wget -q https://github.com/TriliumNext/Notes/releases/download/${RELEASE}/TriliumNextNotes-${RELEASE}-server-linux-x64.tar.xz ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 22:54:34 +03:00
Author
Owner

@michelroegl-brunner commented on GitHub (Jun 6, 2025):

They did not inlcude the TriliumNextNotes-v0.94.0-server-linux-x64.tar.xz in the release. report it at there repo.

@michelroegl-brunner commented on GitHub (Jun 6, 2025): They did not inlcude the TriliumNextNotes-v0.94.0-server-linux-x64.tar.xz in the release. report it at there repo.
Author
Owner

@Zwerver91 commented on GitHub (Jun 6, 2025):

They did not inlcude the TriliumNextNotes-v0.94.0-server-linux-x64.tar.xz in the release. report it at there repo.

They did but changed the name: TriliumNextNotes-Server-v0.94.0-linux-x64.tar.xz

Which the update script already knows:
curl -fsSL "https://github.com/TriliumNext/Notes/releases/download/v${RELEASE}/TriliumNextNotes-Server-v${RELEASE}-linux-x64.tar.xz" -o $(basename "https://github.com/TriliumNext/Notes/releases/download/v${RELEASE}/TriliumNextNotes-Server-v${RELEASE}-linux-x64.tar.xz")

@Zwerver91 commented on GitHub (Jun 6, 2025): > They did not inlcude the TriliumNextNotes-v0.94.0-server-linux-x64.tar.xz in the release. report it at there repo. They did but changed the name: TriliumNextNotes-Server-v0.94.0-linux-x64.tar.xz Which the update script already knows: ` curl -fsSL "https://github.com/TriliumNext/Notes/releases/download/v${RELEASE}/TriliumNextNotes-Server-v${RELEASE}-linux-x64.tar.xz" -o $(basename "https://github.com/TriliumNext/Notes/releases/download/v${RELEASE}/TriliumNextNotes-Server-v${RELEASE}-linux-x64.tar.xz")`
Author
Owner

@michelroegl-brunner commented on GitHub (Jun 6, 2025):

can you try the update with this (in the lxc shell): bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/trilium.sh)" ? How old is your lxc, can it be that it still links to the ttek repo?

@michelroegl-brunner commented on GitHub (Jun 6, 2025): can you try the update with this (in the lxc shell): `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/trilium.sh)"` ? How old is your lxc, can it be that it still links to the ttek repo?
Author
Owner

@tremor021 commented on GitHub (Jun 6, 2025):

@michelroegl-brunner
ttecks repo?

@Zwerver91 do cat /usr/bin/update and paste result here

@tremor021 commented on GitHub (Jun 6, 2025): @michelroegl-brunner ttecks repo? @Zwerver91 do `cat /usr/bin/update` and paste result here
Author
Owner

@Zwerver91 commented on GitHub (Jun 6, 2025):

@michelroegl-brunner ttecks repo?

That seemed to work, thanks!

@Zwerver91 do cat /usr/bin/update and paste result here

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/trilium.sh)"

@Zwerver91 commented on GitHub (Jun 6, 2025): > [@michelroegl-brunner](https://github.com/michelroegl-brunner) ttecks repo? That seemed to work, thanks! > [@Zwerver91](https://github.com/Zwerver91) do `cat /usr/bin/update` and paste result here `bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/trilium.sh)"`
Author
Owner

@MickLesk commented on GitHub (Jun 6, 2025):

Old repo call

If you has more LXC, Check this, or Check Out our Migration Tool
https://community-scripts.github.io/ProxmoxVE/scripts?id=update-repo

@MickLesk commented on GitHub (Jun 6, 2025): Old repo call If you has more LXC, Check this, or Check Out our Migration Tool https://community-scripts.github.io/ProxmoxVE/scripts?id=update-repo
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1073