removed snap

This commit is contained in:
2025-07-16 10:17:07 -05:00
parent 3b1b04f772
commit 1936e54b5f
2 changed files with 2 additions and 11 deletions

View File

@@ -44,14 +44,6 @@ install_bitwarden_cli() {
info "Installing Bitwarden CLI..."
if command -v snap &>/dev/null; then
info "Installing via snap..."
if sudo snap install bw; then
info "Bitwarden CLI installed successfully via snap"
return 0
fi
fi
if command -v npm &>/dev/null; then
info "Installing via npm..."
if sudo npm install -g @bitwarden/cli; then