[GH-ISSUE #10751] line 4429: syntax error: unexpected end of file #2311

Closed
opened 2026-02-26 12:52:00 +03:00 by kerem · 10 comments
Owner

Originally created by @LorandTudose on GitHub (Jan 12, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10751

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

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

Overseerr / Qbittorrent / Prowlarr (probably all)

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

8.14.16

📝 Provide a clear and concise description of the issue.

Running any script returns /dev/fd/63: line 4429: syntax error: unexpected end of file

🔄 Steps to reproduce the issue.

Run the script

Paste the full error output (if available).

/dev/fd/63: line 4429: syntax error: unexpected end of file

🖼️ Additional context (optional).

No response

Originally created by @LorandTudose on GitHub (Jan 12, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10751 ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? Overseerr / Qbittorrent / Prowlarr (probably all) ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/prowlarr.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 8.14.16 ### 📝 Provide a clear and concise description of the issue. Running any script returns `/dev/fd/63: line 4429: syntax error: unexpected end of file` ### 🔄 Steps to reproduce the issue. Run the script ### ❌ Paste the full error output (if available). `/dev/fd/63: line 4429: syntax error: unexpected end of file` ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:52:00 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@joaorgoncalves commented on GitHub (Jan 12, 2026):

Getting the same error on any installation script that I've tried.

<!-- gh-comment-id:3739715360 --> @joaorgoncalves commented on GitHub (Jan 12, 2026): Getting the same error on any installation script that I've tried.
Author
Owner

@MickLesk commented on GitHub (Jan 12, 2026):

Fixed. Try in 5min again or with gitea mirror

<!-- gh-comment-id:3739721787 --> @MickLesk commented on GitHub (Jan 12, 2026): Fixed. Try in 5min again or with gitea mirror
Author
Owner

@Alexofhiswalnut commented on GitHub (Jan 12, 2026):

Me too...

<!-- gh-comment-id:3739724446 --> @Alexofhiswalnut commented on GitHub (Jan 12, 2026): Me too...
Author
Owner

@Ash2k80 commented on GitHub (Jan 12, 2026):

got instant the same error trying to install Audiobookshelf via

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

same with

bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/audiobookshelf.sh)"

<!-- gh-comment-id:3739725384 --> @Ash2k80 commented on GitHub (Jan 12, 2026): got instant the same error trying to install Audiobookshelf via `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/audiobookshelf.sh)"` same with `bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/audiobookshelf.sh)"`
Author
Owner

@MickLesk commented on GitHub (Jan 12, 2026):

Working now. Both Mirrors (Edit: Space Issue is fixed too, takes 2min)

<!-- gh-comment-id:3739726870 --> @MickLesk commented on GitHub (Jan 12, 2026): Working now. Both Mirrors (Edit: Space Issue is fixed too, takes 2min)
Author
Owner

@gavburt commented on GitHub (Jan 12, 2026):

Just tried with immich :
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)"
Resulted in :
/dev/fd/63: line 4429: syntax error: unexpected end of file

<!-- gh-comment-id:3739732995 --> @gavburt commented on GitHub (Jan 12, 2026): Just tried with immich : bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)" Resulted in : /dev/fd/63: line 4429: syntax error: unexpected end of file
Author
Owner

@frohlich commented on GitHub (Jan 12, 2026):

I didn't even have time to open an issue, well played 👍

<!-- gh-comment-id:3739733611 --> @frohlich commented on GitHub (Jan 12, 2026): I didn't even have time to open an issue, well played 👍
Author
Owner

@frohlich commented on GitHub (Jan 12, 2026):

Just tried with immich : bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)" Resulted in : /dev/fd/63: line 4429: syntax error: unexpected end of file

try again, already worked here

<!-- gh-comment-id:3739735603 --> @frohlich commented on GitHub (Jan 12, 2026): > Just tried with immich : bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)" Resulted in : /dev/fd/63: line 4429: syntax error: unexpected end of file try again, already worked here
Author
Owner

@gavburt commented on GitHub (Jan 12, 2026):

Just tried with immich : bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)" Resulted in : /dev/fd/63: line 4429: syntax error: unexpected end of file

try again, already worked here

Working now 👍

<!-- gh-comment-id:3739739575 --> @gavburt commented on GitHub (Jan 12, 2026): > > Just tried with immich : bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)" Resulted in : /dev/fd/63: line 4429: syntax error: unexpected end of file > > try again, already worked here Working now 👍
Author
Owner

@LorandTudose commented on GitHub (Jan 12, 2026):

I didn't even have time to open an issue, well played 👍

I legit installed Proxmox for the 1st time few hrs ago and was recreating my old docker setup when I got this error.

<!-- gh-comment-id:3739740490 --> @LorandTudose commented on GitHub (Jan 12, 2026): > I didn't even have time to open an issue, well played 👍 I legit installed Proxmox for the 1st time few hrs ago and was recreating my old docker setup when I got this error.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2311
No description provided.