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 6f78395ef71bd037fff24aeb60318c109294971a
parent 5fb6531db869ae395f1ac08695023d0dd27879d0
Author: Emil Madsen <sovende@gmail.com>
Date:   Mon, 20 May 2019 21:59:18 +0200

Passwordless sudo on azure?

Diffstat:
Mazure-pipelines.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -9,8 +9,8 @@ steps: displayName: 'Install Rust' - script: | - apt-get update - apt-get install -y libmysql++-dev + sudo apt-get update + sudo apt-get install -y libmysql++-dev displayName: Install libmysql - script: |