Update vaultwarden-v5.sh

remove update redirects
pull/930/head
tteckster 2 years ago committed by GitHub
parent a0f9a1c20d
commit cdf10a1c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -330,9 +330,9 @@ systemctl stop vaultwarden.service
msg_ok "Stopped Vaultwarden"
msg_info "Updating VaultWarden to $VAULT (Patience)"
git clone https://github.com/dani-garcia/vaultwarden &>/dev/null
git clone https://github.com/dani-garcia/vaultwarden
cd vaultwarden
cargo build --features "sqlite,mysql,postgresql" --release &>/dev/null
cargo build --features "sqlite,mysql,postgresql" --release
DIR=/usr/bin/vaultwarden
if [ -d "$DIR" ]; then
cp target/release/vaultwarden /usr/bin/

Loading…
Cancel
Save

Powered by BW's shoe-string budget.