Paperless-ngx Install Script : Leftover make install #1501

Closed
opened 2026-02-05 01:21:17 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @SourceCodeWhen on GitHub (Aug 20, 2025).

Have you read and understood the above guidelines?

Yes

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

Paperless-ngx

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/paperless-ngx.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 11

📝 Provide a clear and concise description of the issue.

It looks like during the refactor in commit c783024 a line was accidentally left in which causes the script to fail.

https://github.com/community-scripts/ProxmoxVE/blob/main/install/paperless-ngx-install.sh#L54

I can see from the commit diff that previous lines around make install for GhostScript were removed in favour of using the helper function, which leads me to think this has been erroneously left in.

🔄 Steps to reproduce the issue.

Runing the script on a machine is the only step.

Paste the full error output (if available).

make: getcwd: No such file or directory
make: *** No rule to make target 'install'. Stop.

[ERROR] in line 54: exit code 0: while executing command $STD sudo make install

[ERROR] in line 1353: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

No response

Originally created by @SourceCodeWhen on GitHub (Aug 20, 2025). ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? Paperless-ngx ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/paperless-ngx.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 11 ### 📝 Provide a clear and concise description of the issue. It looks like during the refactor in commit c783024 a line was accidentally left in which causes the script to fail. https://github.com/community-scripts/ProxmoxVE/blob/main/install/paperless-ngx-install.sh#L54 I can see from the commit diff that previous lines around make install for GhostScript were removed in favour of using the helper function, which leads me to think this has been erroneously left in. ### 🔄 Steps to reproduce the issue. Runing the script on a machine is the only step. ### ❌ Paste the full error output (if available). make: getcwd: No such file or directory make: *** No rule to make target 'install'. Stop. [ERROR] in line 54: exit code 0: while executing command $STD sudo make install [ERROR] in line 1353: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 01:21:17 +03:00
Author
Owner

@MickLesk commented on GitHub (Aug 20, 2025):

What excactly is the issue?

@MickLesk commented on GitHub (Aug 20, 2025): What excactly is the issue?
Author
Owner

@MickLesk commented on GitHub (Aug 20, 2025):

ah i see, strange that my tests in VED working with 30 installs, i remove it

@MickLesk commented on GitHub (Aug 20, 2025): ah i see, strange that my tests in VED working with 30 installs, i remove it
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1501