Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_19-install-bitwarden.sh.tmpl @ 843:8430f87e87c8
feat: install rbw
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 13 Feb 2024 20:45:26 +0100 |
parents | e9fc2263c225 |
children | 59bf256e6c1c |
comparison
equal
deleted
inserted
replaced
842:e9fc2263c225 | 843:8430f87e87c8 |
---|---|
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 rtx x [email protected] -- cargo install rbw | |
12 | 13 |
13 {{ end }} | 14 {{ end }} |