mirror of https://github.com/tteck/Proxmox.git
Update vaultwarden-install.sh
Add libmariadb-dev, libmariadb-dev-compat, libpq-dev and pkg-config dependencies for MySQL and PostgreSQL backends
This commit is contained in:
parent
661a0c9e64
commit
fbd4152a02
|
@ -70,6 +70,10 @@ apt-get -qqy install \
|
|||
openssl \
|
||||
libssl1.1 \
|
||||
libssl-dev \
|
||||
libmariadb-dev \
|
||||
libmariadb-dev-compat \
|
||||
libpq-dev \
|
||||
pkg-config \
|
||||
curl \
|
||||
sudo &>/dev/null
|
||||
msg_ok "Installed Dependencies"
|
||||
|
|
Loading…
Reference in New Issue