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:
parent
b5d6954536
commit
b70b08b3f1
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ export PATH="$PATH:$final_path/.cargo/bin:$final_path/.local/bin:/usr/local/sbin
|
||||||
|
|
||||||
# Compile bitwarden_rs
|
# Compile bitwarden_rs
|
||||||
pushd $final_path/build
|
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
|
popd
|
||||||
|
|
||||||
# Install bitwarden_rs
|
# Install bitwarden_rs
|
||||||
|
|
|
@ -135,7 +135,7 @@ then
|
||||||
|
|
||||||
# Compile bitwarden_rs
|
# Compile bitwarden_rs
|
||||||
pushd $final_path/build
|
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
|
popd
|
||||||
|
|
||||||
# Install bitwarden_rs
|
# Install bitwarden_rs
|
||||||
|
|
Loading…
Add table
Reference in a new issue