Trilium installation script doesn't work #413

Closed
opened 2026-02-04 18:37:41 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @will2world on GitHub (Jan 31, 2025).

Have you read and understood the above guidelines?

yes

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

Trilium

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

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

📝 Provide a clear and concise description of the issue.

I tried the Trilium installation script and found that it doesn't work properly.
The issue is that the latest release of Trilium does not provide a server version tar file. Trilium release page
As a result, line 25 (wget -q https://github.com/TriliumNext/Notes/releases/download/${RELEASE}/TriliumNextNotes-${RELEASE}-server-linux-x64.tar.xz) fails to execute properly.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

Step 1. Pasted script (bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/trilium.sh)") with default option
Step 2. The error shows up.

Paste the full error output (if available).

[ERROR] in line 25: 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).

Image

Originally created by @will2world on GitHub (Jan 31, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Trilium ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/trilium.sh)" ### 📝 Provide a clear and concise description of the issue. I tried the Trilium installation script and found that it doesn't work properly. The issue is that the latest release of Trilium does not provide a server version tar file. [Trilium release page](https://github.com/TriliumNext/Notes/releases/latest) As a result, line 25 (wget -q https://github.com/TriliumNext/Notes/releases/download/${RELEASE}/TriliumNextNotes-${RELEASE}-server-linux-x64.tar.xz) fails to execute properly. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. Step 1. Pasted script (bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/trilium.sh)") with default option Step 2. The error shows up. ### ❌ Paste the full error output (if available). [ERROR] in line 25: 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). ![Image](https://github.com/user-attachments/assets/c5fe9d71-90e8-4ad0-92d8-524fc910279a)
OVERLORD added the not a script issueexternal labels 2026-02-04 18:37:41 +03:00
Author
Owner

@MickLesk commented on GitHub (Jan 31, 2025):

And what is then an Script Error, If trillium realeses wrong Versions? ^^

@MickLesk commented on GitHub (Jan 31, 2025): And what is then an Script Error, If trillium realeses wrong Versions? ^^
Author
Owner

@MickLesk commented on GitHub (Jan 31, 2025):

they dumbs change all filename logic there are no "server" files for now. i change it ^^

@MickLesk commented on GitHub (Jan 31, 2025): they dumbs change all filename logic there are no "server" files for now. i change it ^^
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#413