Update vaultwarden-install.sh

Enable all backends, and not only SQLite
This commit is contained in:
schiz0phr3ne 2022-05-28 14:49:51 +02:00 committed by GitHub
parent 32e2d75369
commit 661a0c9e64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"