Homarr install script - no curl dep #272

Closed
opened 2026-02-04 17:37:58 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @BrianBenninger on GitHub (Jan 4, 2025).

Have you read and understood the above guidelines?

yes

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

Homarr

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homarr.sh)"

📝 Provide a clear and concise description of the issue.

running the above script. Gets to the install dependencies section and fails due to a lack of curl.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

run the script on a fresh install of proxmox

Paste the full error output (if available).

✔️ Installed Dependencies
⠋bash: line 31: curl: command not found
gpg: no valid OpenPGP data found.

[ERROR] in line 31: exit code 0: while executing command gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg

🖼️ Additional context (optional).

(optional)

Originally created by @BrianBenninger on GitHub (Jan 4, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Homarr ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homarr.sh)" ### 📝 Provide a clear and concise description of the issue. running the above script. Gets to the install dependencies section and fails due to a lack of curl. ### ⚙️ What settings are you using? - [X] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. run the script on a fresh install of proxmox ### ❌ Paste the full error output (if available). ✔️ Installed Dependencies ⠋bash: line 31: curl: command not found gpg: no valid OpenPGP data found. [ERROR] in line 31: exit code 0: while executing command gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg ### 🖼️ Additional context (optional). (optional)
Author
Owner

@RecklessCorpus commented on GitHub (Jan 4, 2025):

Just adding +1 to this as saw it myself this morning when trying to run this script & attached screenshot below:

Homarr_Script_Failure

Ran tteck's archived script and that successfully generated the Homarr LXC

@RecklessCorpus commented on GitHub (Jan 4, 2025): Just adding +1 to this as saw it myself this morning when trying to run this script & attached screenshot below: ![Homarr_Script_Failure](https://github.com/user-attachments/assets/f205f275-ad9d-4394-9387-d914251f799f) Ran tteck's [archived script](https://tteck.github.io/Proxmox/#homarr-lxc) and that successfully generated the Homarr LXC
Author
Owner

@BrianBenninger commented on GitHub (Jan 4, 2025):

Just happened to me with the pf2etools script as well. I can make another issue for that one if requested.

@BrianBenninger commented on GitHub (Jan 4, 2025): Just happened to me with the pf2etools script as well. I can make another issue for that one if requested.
Author
Owner

@MickLesk commented on GitHub (Jan 4, 2025):

fixed for homarr, check again

@MickLesk commented on GitHub (Jan 4, 2025): fixed for homarr, check again
Author
Owner

@BrianBenninger commented on GitHub (Jan 4, 2025):

checked again. Working great! Thank you @MickLesk

@BrianBenninger commented on GitHub (Jan 4, 2025): checked again. Working great! Thank you @MickLesk
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#272