yes on apt-get install
This commit is contained in:
parent
cc54f85744
commit
fb6decb4b4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue