From 166c99a575541389aea24e78c7f3b9fdf11fd250 Mon Sep 17 00:00:00 2001 From: Florian Beisel Date: Wed, 5 Jun 2024 10:46:12 +0200 Subject: [PATCH] Update install_passwordmanager.sh --- run_once_before_install_passwordmanager.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_once_before_install_passwordmanager.sh.tmpl b/run_once_before_install_passwordmanager.sh.tmpl index be573ac..b1288b6 100644 --- a/run_once_before_install_passwordmanager.sh.tmpl +++ b/run_once_before_install_passwordmanager.sh.tmpl @@ -1,9 +1,9 @@ {{ if eq .chezmoi.os "darwin" -}} #!/bin/bash -brew install bw +brew install bitwarden-cli {{ end -}} bw config server https://vault.beisel.org -echo You can now login with `bw login` +echo You can now login with "bw login"