Mercurial > dotfiles
changeset 1085:3bcc2c5ddef3 draft
fix: add dependencies for bitwarden
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Mon, 03 Mar 2025 09:08:14 +0100 |
parents | 0ec3bf0cdf2f |
children | 26708bbaee4b |
files | .chezmoiscripts/run_onchange_after_19-install-bitwarden.sh.tmpl |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.chezmoiscripts/run_onchange_after_19-install-bitwarden.sh.tmpl Mon Mar 03 09:07:52 2025 +0100 +++ b/.chezmoiscripts/run_onchange_after_19-install-bitwarden.sh.tmpl Mon Mar 03 09:08:14 2025 +0100 @@ -3,6 +3,8 @@ set -xe +sudo apt install -y libnss3 libsecret-1-0 libxss1 + DOWNLOADFILE=/tmp/bitwarden.deb curl -fsSL "https://github.com/bitwarden/clients/releases/download/cli-v2024.2.0/bw-linux-2024.2.0.zip" | zcat | install -m 755 /dev/stdin $HOME/bin/bw curl -fsSL "https://github.com/bitwarden/clients/releases/download/desktop-v2024.2.0/Bitwarden-2024.2.0-amd64.deb" > $DOWNLOADFILE