Joplin Install Doesn't Work #1671

Closed
opened 2026-02-05 01:54:41 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Pacers31Colts18 on GitHub (Sep 24, 2025).

Have you read and understood the above guidelines?

yes

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

Joplin-Server-Install.sh

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/refs/heads/main/install/joplin-server-install.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.10

📈 Which Proxmox version are you on?

pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.8.12-15-pve)

📝 Provide a clear and concise description of the issue.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/refs/heads/main/install/joplin-server-install.sh)" bash: line 9: color: command not found bash: line 10: verb_ip6: command not found bash: line 11: catch_errors: command not found bash: line 12: setting_up_container: command not found bash: line 13: network_check: command not found bash: line 14: update_os: command not found bash: line 16: msg_info: command not found Reading package lists... Done Building dependency tree... Done Reading state information... Done git is already the newest version (1:2.39.5-0+deb12u2). rsync is already the newest version (3.2.7-1+deb12u2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. bash: line 20: msg_ok: command not found bash: line 22: setup_postgresql: command not found bash: line 23: setup_nodejs: command not found bash: line 26: pm2: command not found bash: line 27: pm2: command not found bash: line 28: pm2: command not found bash: line 29: pm2: command not found bash: line 31: msg_info: command not found bash: line 35: sudo: command not found bash: line 36: sudo: command not found bash: line 37: sudo: command not found bash: line 38: sudo: command not found bash: line 39: sudo: command not found bash: line 46: msg_ok: command not found bash: line 48: fetch_and_deploy_gh_release: command not found bash: line 50: msg_info: command not found bash: line 52: cd: /opt/joplin-server: No such file or directory sed: can't read packages/lib/package.json: No such file or directory bash: line 54: yarn: command not found bash: line 56: yarn: command not found bash: line 58: /opt/joplin-server/.env: No such file or directory bash: line 70: msg_ok: command not found bash: line 72: msg_info: command not found bash: line 90: msg_ok: command not found bash: line 92: motd_ssh: command not found bash: line 93: customize: command not found bash: line 95: msg_info: command not found Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Done Building dependency tree... Done Reading state information... Done bash: line 98: msg_ok: command not found

🔄 Steps to reproduce the issue.

Open PVE shell, run the following command:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/refs/heads/main/install/joplin-server-install.sh)"

Paste the full error output (if available).

See above

🖼️ Additional context (optional).

No response

Originally created by @Pacers31Colts18 on GitHub (Sep 24, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Joplin-Server-Install.sh ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/refs/heads/main/install/joplin-server-install.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.10 ### 📈 Which Proxmox version are you on? pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.8.12-15-pve) ### 📝 Provide a clear and concise description of the issue. `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/refs/heads/main/install/joplin-server-install.sh)" bash: line 9: color: command not found bash: line 10: verb_ip6: command not found bash: line 11: catch_errors: command not found bash: line 12: setting_up_container: command not found bash: line 13: network_check: command not found bash: line 14: update_os: command not found bash: line 16: msg_info: command not found Reading package lists... Done Building dependency tree... Done Reading state information... Done git is already the newest version (1:2.39.5-0+deb12u2). rsync is already the newest version (3.2.7-1+deb12u2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. bash: line 20: msg_ok: command not found bash: line 22: setup_postgresql: command not found bash: line 23: setup_nodejs: command not found bash: line 26: pm2: command not found bash: line 27: pm2: command not found bash: line 28: pm2: command not found bash: line 29: pm2: command not found bash: line 31: msg_info: command not found bash: line 35: sudo: command not found bash: line 36: sudo: command not found bash: line 37: sudo: command not found bash: line 38: sudo: command not found bash: line 39: sudo: command not found bash: line 46: msg_ok: command not found bash: line 48: fetch_and_deploy_gh_release: command not found bash: line 50: msg_info: command not found bash: line 52: cd: /opt/joplin-server: No such file or directory sed: can't read packages/lib/package.json: No such file or directory bash: line 54: yarn: command not found bash: line 56: yarn: command not found bash: line 58: /opt/joplin-server/.env: No such file or directory bash: line 70: msg_ok: command not found bash: line 72: msg_info: command not found bash: line 90: msg_ok: command not found bash: line 92: motd_ssh: command not found bash: line 93: customize: command not found bash: line 95: msg_info: command not found Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Done Building dependency tree... Done Reading state information... Done bash: line 98: msg_ok: command not found ` ### 🔄 Steps to reproduce the issue. Open PVE shell, run the following command: `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/refs/heads/main/install/joplin-server-install.sh)"` ### ❌ Paste the full error output (if available). See above ### 🖼️ Additional context (optional). _No response_
OVERLORD added the not a script issue label 2026-02-05 01:54:41 +03:00
Author
Owner

@MickLesk commented on GitHub (Sep 24, 2025):

the Link is wrong, you call from Dev Not from live - use the correct bash call from our Website and Not the Install call. You are totally wrong with this call

@MickLesk commented on GitHub (Sep 24, 2025): the Link is wrong, you call from Dev Not from live - use the correct bash call from our Website and Not the Install call. You are totally wrong with this call
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1671