Pelican Panel fails to install #858

Open
opened 2025-11-20 04:55:20 -05:00 by saavagebueno · 0 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
saavagebueno added the bug label 2025-11-20 04:55:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#858