Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_19-install-bitwarden.sh.tmpl @ 1078:1fcc8b0ca8e2 default
fix: pin rbw version
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Sat, 22 Feb 2025 11:00:36 +0100 |
parents | 31351132efca |
children | 3bcc2c5ddef3 |
comparison
equal
deleted
inserted
replaced
1077:04ad0b576298 | 1078:1fcc8b0ca8e2 |
---|---|
7 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 | 7 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 |
8 curl -fsSL "https://github.com/bitwarden/clients/releases/download/desktop-v2024.2.0/Bitwarden-2024.2.0-amd64.deb" > $DOWNLOADFILE | 8 curl -fsSL "https://github.com/bitwarden/clients/releases/download/desktop-v2024.2.0/Bitwarden-2024.2.0-amd64.deb" > $DOWNLOADFILE |
9 sudo dpkg --install --skip-same-version $DOWNLOADFILE | 9 sudo dpkg --install --skip-same-version $DOWNLOADFILE |
10 rm -rf $DOWNLOADFILE | 10 rm -rf $DOWNLOADFILE |
11 | 11 |
12 $HOME/bin/mise x [email protected] -- cargo install rbw | 12 $HOME/bin/mise x [email protected] -- cargo install --version 1.13.2 rbw |
13 | 13 |
14 {{ end }} | 14 {{ end }} |