1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

install snapd

This commit is contained in:
Kyle Spearrin
2020-03-10 23:13:28 -04:00
parent 27d9c98e55
commit 3f1d3c7680

View File

@@ -114,7 +114,7 @@ after_build:
if($isLinux) {
echo "Deploy Linux..."
sudo apt-get update
sudo apt-get install snapd
sudo apt-get -y install snapd
./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION
sudo snap install ./dist/snap/bw*.snap --dangerous