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 \
|
openssl \
|
||||||
libssl1.1 \
|
libssl1.1 \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
libmariadb-dev \
|
||||||
|
libmariadb-dev-compat \
|
||||||
|
libpq-dev \
|
||||||
|
pkg-config \
|
||||||
curl \
|
curl \
|
||||||
sudo &>/dev/null
|
sudo &>/dev/null
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
Loading…
Reference in New Issue