mirror of https://github.com/tteck/Proxmox.git
Update vaultwarden-install.sh
Enable all backends, and not only SQLite
This commit is contained in:
parent
32e2d75369
commit
661a0c9e64
|
@ -97,7 +97,7 @@ msg_info "Building Vaultwarden (Patience)"
|
|||
git clone https://github.com/dani-garcia/vaultwarden &>/dev/null
|
||||
pushd vaultwarden &>/dev/null
|
||||
cargo clean &>/dev/null
|
||||
cargo build --features sqlite --release &>/dev/null
|
||||
cargo build --features sqlite,mysql,postgresql --release &>/dev/null
|
||||
file target/release/vaultwarden &>/dev/null
|
||||
msg_ok "Built Vaultwarden"
|
||||
|
||||
|
|
Loading…
Reference in New Issue