mirror of https://github.com/tteck/Proxmox.git
Update vaultwarden-v5.sh
This commit is contained in:
parent
f00f6b31da
commit
7f910107d3
|
@ -330,6 +330,7 @@ systemctl stop vaultwarden.service
|
|||
msg_ok "Stopped Vaultwarden"
|
||||
|
||||
msg_info "Updating VaultWarden to $VAULT (Patience)"
|
||||
cd ~ && rm -rf vaultwarden
|
||||
git clone https://github.com/dani-garcia/vaultwarden
|
||||
cd vaultwarden
|
||||
cargo build --features "sqlite,mysql,postgresql" --release
|
||||
|
|
Loading…
Reference in New Issue