authentik install error #725

Closed
opened 2026-02-04 21:07:29 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @mightydread on GitHub (Apr 1, 2025).

Have you read and understood the above guidelines?

yes

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

Authentik

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

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

📝 Provide a clear and concise description of the issue.

A fresh install fails with:

bash: -c: line 193: unexpected EOF while looking for matching "'

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Start a fresh install from the proxmox shell

Paste the full error output (if available).

bash: -c: line 193: unexpected EOF while looking for matching `"'

🖼️ Additional context (optional).

ran it again in verbose mode and it fails after installing the dependencies:

  ✔️  Installed Dependencies
 ⠸bash: -c: line 193: unexpected EOF while looking for matching `"'
Originally created by @mightydread on GitHub (Apr 1, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Authentik ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/authentik.sh)" ### 📝 Provide a clear and concise description of the issue. A fresh install fails with: `bash: -c: line 193: unexpected EOF while looking for matching "'` ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Start a fresh install from the proxmox shell ### ❌ Paste the full error output (if available). bash: -c: line 193: unexpected EOF while looking for matching `"' ### 🖼️ Additional context (optional). ran it again in verbose mode and it fails after installing the dependencies: ``` ✔️ Installed Dependencies ⠸bash: -c: line 193: unexpected EOF while looking for matching `"' ```
OVERLORD added the bug label 2026-02-04 21:07:29 +03:00
Author
Owner

@MickLesk commented on GitHub (Apr 1, 2025):

fixed with: e0f71f8ed6

See here for more Info: https://github.com/community-scripts/ProxmoxVE/discussions/3550

@MickLesk commented on GitHub (Apr 1, 2025): fixed with: https://github.com/community-scripts/ProxmoxVE/commit/e0f71f8ed6f19976c8e2b08fc774d0bdf98ba99d See here for more Info: https://github.com/community-scripts/ProxmoxVE/discussions/3550
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#725