chore: use non-snap version for bw

This commit is contained in:
Stevan Freeborn
2026-07-07 19:51:17 -05:00
parent 69800aea62
commit 37bba6dd1f
2 changed files with 22 additions and 27 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
# Public keys (.pub files) and non-key files (config, known_hosts) are skipped.
#
# Requires:
# - Bitwarden CLI (bw) — install via: sudo snap install bw
# - Bitwarden CLI (bw) — install via the bootstrap script or download the Linux binary from GitHub
# - jq — install via: sudo apt install jq
# - BW_SESSION environment variable set
#
@@ -33,7 +33,7 @@ done
# --- Preflight checks ---
if ! command -v bw &>/dev/null; then
echo "Bitwarden CLI (bw) not found. Install it with: sudo snap install bw" >&2
echo "Bitwarden CLI (bw) not found. Run the bootstrap script or download the Linux binary from GitHub." >&2
exit 1
fi