1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

yes on apt-get install

This commit is contained in:
Kyle Spearrin 2019-03-12 13:42:13 -04:00
parent cc54f85744
commit fb6decb4b4

View File

@ -18,7 +18,7 @@ init:
}
install:
- sh: sudo apt-get install pkg-config libxss-dev libsecret-1-dev rpm
- sh: sudo apt-get -y install pkg-config libxss-dev libsecret-1-dev rpm
- ps: $env:package_version = (Get-Content -Raw -Path .\src\package.json | ConvertFrom-Json).version
- ps: |
if($isWindows) {