Alpine-IT-Tools: Update issue #445

Closed
opened 2026-02-04 18:55:41 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @rkolja76 on GitHub (Feb 5, 2025).

Have you read and understood the above guidelines?

yes

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

Alpine-IT-Tools LXC

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

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

📝 Provide a clear and concise description of the issue.

Hi guys,

first of all: Thank you for your great work!

I have created a LXC with the alpine-it-tools script. Works fine. After that, I have tried to update and use the same script inside of the lxc. But there wget mentions, the -L toggle is unknown:

it-tools:~# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-it-tools.sh)"
wget: unrecognized option: L
BusyBox v1.37.0 (2025-01-17 18:12:01 UTC) multi-call binary.

Did I do something wrong?

Thanks in advance!

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Alpine

🔄 Steps to reproduce the issue.

pasting the update command inside the lxc container:
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-it-tools.sh)"

Paste the full error output (if available).

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-it-tools.sh)"
wget: unrecognized option: L

🖼️ Additional context (optional).

No response

Originally created by @rkolja76 on GitHub (Feb 5, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Alpine-IT-Tools LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-it-tools.sh)" ### 📝 Provide a clear and concise description of the issue. Hi guys, first of all: Thank you for your great work! I have created a LXC with the alpine-it-tools script. Works fine. After that, I have tried to update and use the same script inside of the lxc. But there wget mentions, the -L toggle is unknown: ``` it-tools:~# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-it-tools.sh)" wget: unrecognized option: L BusyBox v1.37.0 (2025-01-17 18:12:01 UTC) multi-call binary. ``` Did I do something wrong? Thanks in advance! ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Alpine ### 🔄 Steps to reproduce the issue. pasting the update command inside the lxc container: bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-it-tools.sh)" ### ❌ Paste the full error output (if available). bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-it-tools.sh)" wget: unrecognized option: L ### 🖼️ Additional context (optional). _No response_
Author
Owner

@MickLesk commented on GitHub (Feb 5, 2025):

remove the L in the bash, its an bug in website for only alpine things

@MickLesk commented on GitHub (Feb 5, 2025): remove the L in the bash, its an bug in website for only alpine things
Author
Owner

@rkolja76 commented on GitHub (Feb 5, 2025):

Okay, tried. But then I receive the message, that "✖️ User exited script". But I did not do anything. It just stops.

@rkolja76 commented on GitHub (Feb 5, 2025): Okay, tried. But then I receive the message, that "✖️ User exited script". But I did not do anything. It just stops.
Author
Owner

@michelroegl-brunner commented on GitHub (Feb 11, 2025):

merged.

@michelroegl-brunner commented on GitHub (Feb 11, 2025): merged.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#445