# HG changeset patch # User Zeger Van de Vannet # Date 1740989294 -3600 # Node ID 3bcc2c5ddef33b9d1a02dc7b9ba19f23a8ab0212 # Parent 0ec3bf0cdf2f4aada26e3365f6e364275c44cce3 fix: add dependencies for bitwarden diff -r 0ec3bf0cdf2f -r 3bcc2c5ddef3 .chezmoiscripts/run_onchange_after_19-install-bitwarden.sh.tmpl --- 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