mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-07-20 20:43:34 +00:00
Passwordless sudo on azure?
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ steps:
|
|||||||
displayName: 'Install Rust'
|
displayName: 'Install Rust'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
apt-get update
|
sudo apt-get update
|
||||||
apt-get install -y libmysql++-dev
|
sudo apt-get install -y libmysql++-dev
|
||||||
displayName: Install libmysql
|
displayName: Install libmysql
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
|||||||
Reference in New Issue
Block a user