Pelican Panel fails to install #760

Closed
opened 2026-02-04 21:22:19 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @loocool2 on GitHub (Apr 6, 2025).

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). ### ✅ 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
OVERLORD added the bug label 2026-02-04 21:22:19 +03:00
Author
Owner

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

+1

@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

@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

@loocool2 commented on GitHub (Apr 7, 2025): fixed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#760