yes on apt-get install

This commit is contained in:
Kyle Spearrin 2019-03-12 13:42:13 -04:00
parent cc54f85744
commit fb6decb4b4
1 changed files with 1 additions and 1 deletions

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) {