1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

featue sqlite

This commit is contained in:
yalh76 2019-10-11 23:26:51 +02:00
parent b5d6954536
commit b70b08b3f1
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ export PATH="$PATH:$final_path/.cargo/bin:$final_path/.local/bin:/usr/local/sbin
# Compile bitwarden_rs
pushd $final_path/build
sudo -u "$app" env PATH=$PATH cargo build --release
sudo -u "$app" env PATH=$PATH cargo build --features sqlite --release
popd
# Install bitwarden_rs

View file

@ -135,7 +135,7 @@ then
# Compile bitwarden_rs
pushd $final_path/build
sudo -u "$app" env PATH=$PATH cargo build --release
sudo -u "$app" env PATH=$PATH cargo build --features sqlite --release
popd
# Install bitwarden_rs