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

apt-get update

This commit is contained in:
Kyle Spearrin 2019-03-12 13:47:20 -04:00
parent 193d9d5326
commit 67fd7ab63f

View File

@ -18,6 +18,7 @@ init:
}
install:
- sh: sudo apt-get update
- 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: |