[GH-ISSUE #3695] Pelican Panel fails to install #761

Closed
opened 2026-02-26 12:46:34 +03:00 by kerem · 3 comments
Owner

Originally created by @loocool2 on GitHub (Apr 6, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/3695

Have you read and understood the above guidelines?

yes

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

Pelican Panel

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

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

📝 Provide a clear and concise description of the issue.

On line 26, the curl command fails to execute, returning a error 400, leading to an incomplete install

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

Execute the script in verbose mode
The script will fail to execute

Paste the full error output (if available).

Processing triggers for php8.2-cli (8.2.28-1~deb12u1) ...
Processing triggers for mariadb-server (1:10.11.11-0+deb12u1) ...
  ✔️  Installed Dependencies
 ⠋curl: no URL specified!ry 
curl: try 'curl --help' or 'curl --manual' for more information

[ERROR] in line 26: exit code 0: while executing command $STD curl -sSLo "https://packages.sury.org/debsuryorg-archive-keyring.deb" -o /tmp/debsuryorg-archive-keyring.deb
curl: (22) The requested URL returned error: 400

🖼️ Additional context (optional).

In the PHP 8.4 update to this script, the curl command on this line was changed from -fsSL to -sSLo

Originally created by @loocool2 on GitHub (Apr 6, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/3695 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Pelican Panel ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pelican-panel.sh)" ### 📝 Provide a clear and concise description of the issue. On line 26, the curl command fails to execute, returning a error 400, leading to an incomplete install ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. Execute the script in verbose mode The script will fail to execute ### ❌ Paste the full error output (if available). ``` Processing triggers for php8.2-cli (8.2.28-1~deb12u1) ... Processing triggers for mariadb-server (1:10.11.11-0+deb12u1) ... ✔️ Installed Dependencies ⠋curl: no URL specified!ry curl: try 'curl --help' or 'curl --manual' for more information [ERROR] in line 26: exit code 0: while executing command $STD curl -sSLo "https://packages.sury.org/debsuryorg-archive-keyring.deb" -o /tmp/debsuryorg-archive-keyring.deb curl: (22) The requested URL returned error: 400 ``` ### 🖼️ Additional context (optional). In the PHP 8.4 update to this script, the curl command on this line was changed from -fsSL to -sSLo
kerem 2026-02-26 12:46:34 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Nazgile94 commented on GitHub (Apr 6, 2025):

+1

<!-- gh-comment-id:2781332196 --> @Nazgile94 commented on GitHub (Apr 6, 2025): +1
Author
Owner

@PrivatHomeServer commented on GitHub (Apr 6, 2025):

Same for me:

✔️ Installed Dependencies ⠋curl: no URL specified!ry curl: try 'curl --help' or 'curl --manual' for more information ⠙ [ERROR] in line 26: exit code 0: while executing command $STD curl -sSLo "https://packages.sury.org/debsuryorg-archive-keyring.deb" -o /tmp/debsuryorg-archive-keyring.deb

EDIT: Solved with a fix from https://github.com/community-scripts/ProxmoxVE/pull/3700

<!-- gh-comment-id:2781333063 --> @PrivatHomeServer commented on GitHub (Apr 6, 2025): Same for me: ` ✔️ Installed Dependencies ⠋curl: no URL specified!ry curl: try 'curl --help' or 'curl --manual' for more information ⠙ [ERROR] in line 26: exit code 0: while executing command $STD curl -sSLo "https://packages.sury.org/debsuryorg-archive-keyring.deb" -o /tmp/debsuryorg-archive-keyring.deb` EDIT: Solved with a fix from https://github.com/community-scripts/ProxmoxVE/pull/3700
Author
Owner

@loocool2 commented on GitHub (Apr 7, 2025):

fixed

<!-- gh-comment-id:2781966356 --> @loocool2 commented on GitHub (Apr 7, 2025): fixed
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#761
No description provided.