-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
✅ Have you read and understood the above guidelines?
yes
📜 What is the name of the script you are using?
Vaultwarden
📂 What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/vaultwarden.sh)"
⚙️ What settings are you using?
- Default Settings
- Advanced Settings
🖥️ Which Linux distribution are you using?
Ubuntu 24.10
📝 Provide a clear and concise description of the issue.
During installation of Vaultwarden error occurs:
[ERROR] in line 28: exit code 0: while executing command WEBVAULT=$(curl -fsSL https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }') curl: (22) The requested URL returned error: 400
🔄 Steps to reproduce the issue.
Try to install vaultwarden from:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/vaultwarden.sh)"
❌ Paste the full error output (if available).
Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Setting up libc-devtools (2.36-9+deb12u10) ...
Setting up g++-12 (12.2.0-14+deb12u1) ...
Setting up gcc (4:12.2.0-3) ...
⠇Setting up libmariadb-dev (1:10.11.11-0+deb12u1) ...
Setting up g++ (4:12.2.0-3) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.9) ...
Setting up libmariadb-dev-compat (1:10.11.11-0+deb12u1) ...
Processing triggers for man-db (2.11.2-2) ...
⠇Processing triggers for libc-bin (2.36-9+deb12u10) ...
✔️ Installed Dependencies
curl: (22) The requested URL returned error: 403
[ERROR] in line 28: exit code 0: while executing command WEBVAULT=$(curl -fsSL https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
curl: (22) The requested URL returned error: 400
/dev/fd/63: line 73: SPINNER_PID: unbound variable
🖼️ Additional context (optional).
No response