comparison .chezmoiscripts/run_onchange_after_19-install-bitwarden.sh.tmpl @ 1036:31351132efca

feat: switch rtx to mise and fixes for clean installs
author Zeger Van de Vannet <zeger@vandevan.net>
date Sun, 16 Jun 2024 20:24:58 +0200
parents 8430f87e87c8
children 1fcc8b0ca8e2
comparison
equal deleted inserted replaced
1035:45d1a5571c52 1036:31351132efca
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 $HOME/bin/mise x [email protected] -- cargo install rbw
13 13
14 {{ end }} 14 {{ end }}