Vaultwarden alpine linux link (-qLO --> -qO?) #49

Closed
opened 2026-02-04 16:22:45 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @machielw on GitHub (Nov 16, 2024).

Originally assigned to: @BramSuurdje on GitHub.

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

The L should be removed in the link? old script from tteck is working wel

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

to this:?

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

old:
bash -c "$(wget -qO - https://github.com/tteck/Proxmox/raw/main/ct/alpine-vaultwarden.sh)"

What settings are you currently utilizing?

Default Settings

Which Linux distribution are you employing?

Alpine

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

alpine-vaultwarden:~# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-vaultwarden.sh)"
wget: unrecognized option: L
BusyBox v1.36.1 (2024-06-10 07:11:47 UTC) multi-call binary.

Usage: wget [-cqS] [--spider] [-O FILE] [-o LOGFILE] [--header STR]
[--post-data STR | --post-file FILE] [-Y on/off]
[-P DIR] [-U AGENT] [-T SEC] URL...

Retrieve files via HTTP or FTP

    --spider        Only check URL existence: $? is 0 if exists
    --header STR    Add STR (of form 'header: value') to headers
    --post-data STR Send STR using POST method
    --post-file FILE        Send FILE using POST method
    -c              Continue retrieval of aborted transfer
    -q              Quiet
    -P DIR          Save to DIR (default .)
    -S              Show server response
    -T SEC          Network read timeout is SEC seconds
    -O FILE         Save to FILE ('-' for stdout)
    -o LOGFILE      Log messages to FILE
    -U STR          Use STR for User-Agent header
    -Y on/off       Use proxy

Please provide detailed steps to reproduce the issue.

No response

Originally created by @machielw on GitHub (Nov 16, 2024). Originally assigned to: @BramSuurdje on GitHub. ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. The L should be removed in the link? old script from tteck is working wel bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-vaultwarden.sh)" to this:? bash -c "$(wget -qO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-vaultwarden.sh)" old: bash -c "$(wget -qO - https://github.com/tteck/Proxmox/raw/main/ct/alpine-vaultwarden.sh)" ### What settings are you currently utilizing? Default Settings ### Which Linux distribution are you employing? Alpine ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. alpine-vaultwarden:~# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-vaultwarden.sh)" wget: unrecognized option: L BusyBox v1.36.1 (2024-06-10 07:11:47 UTC) multi-call binary. Usage: wget [-cqS] [--spider] [-O FILE] [-o LOGFILE] [--header STR] [--post-data STR | --post-file FILE] [-Y on/off] [-P DIR] [-U AGENT] [-T SEC] URL... Retrieve files via HTTP or FTP --spider Only check URL existence: $? is 0 if exists --header STR Add STR (of form 'header: value') to headers --post-data STR Send STR using POST method --post-file FILE Send FILE using POST method -c Continue retrieval of aborted transfer -q Quiet -P DIR Save to DIR (default .) -S Show server response -T SEC Network read timeout is SEC seconds -O FILE Save to FILE ('-' for stdout) -o LOGFILE Log messages to FILE -U STR Use STR for User-Agent header -Y on/off Use proxy ### Please provide detailed steps to reproduce the issue. _No response_
OVERLORD added the bugwebsite labels 2026-02-04 16:22:45 +03:00
Author
Owner

@machielw commented on GitHub (Nov 16, 2024):

👍

@machielw commented on GitHub (Nov 16, 2024): 👍
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#49