mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-14 20:01:31 +01:00
yes on apt-get install
This commit is contained in:
parent
cc54f85744
commit
fb6decb4b4
@ -18,7 +18,7 @@ init:
|
|||||||
}
|
}
|
||||||
|
|
||||||
install:
|
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: $env:package_version = (Get-Content -Raw -Path .\src\package.json | ConvertFrom-Json).version
|
||||||
- ps: |
|
- ps: |
|
||||||
if($isWindows) {
|
if($isWindows) {
|
||||||
|
Loading…
Reference in New Issue
Block a user