vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit ce0651b79c178bfbdf652e632cfadb837eac4829
parent edc26cb1e16009426429cb4585e03af10eb579db
Author: Nils Domrose <nils.domrose@inovex.de>
Date:   Mon, 27 May 2019 00:23:42 +0200

fix mysql package in ubuntu

Diffstat:
Mazure-pipelines.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -10,7 +10,7 @@ steps: - script: | sudo apt-get update - sudo apt-get install -y libmariadb-dev + sudo apt-get install -y libmysql++-dev displayName: Install libmysql - script: |