Update vaultwarden-install.sh

This commit is contained in:
tteckster 2022-08-23 08:59:43 -04:00 committed by GitHub
parent d93c146b87
commit f15190ebd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -74,11 +74,11 @@ msg_ok "Installed Dependencies"
WEBVAULT=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \ WEBVAULT=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \
| grep "tag_name" \ | grep "tag_name" \
| awk '{print substr($2, 2, length($2)-3) }') \ | awk '{print substr($2, 2, length($2)-3) }')
VAULT=$(curl -s https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest \ VAULT=$(curl -s https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest \
| grep "tag_name" \ | grep "tag_name" \
| awk '{print substr($2, 2, length($2)-3) }') \ | awk '{print substr($2, 2, length($2)-3) }')
msg_info "Installing Rust" msg_info "Installing Rust"
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal &>/dev/null curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal &>/dev/null