Update install/protonmail-bridge-install.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
Stephen Chin
2026-03-07 14:35:33 -08:00
committed by GitHub
parent a3a0f6df56
commit 41792306a2

View File

@@ -18,8 +18,7 @@ update_os
# DEPENDENCIES (app-specific only)
# =============================================================================
msg_info "Installing Dependencies"
$STD apt install -y \
pass
$STD apt install -y pass
msg_ok "Installed Dependencies"
# =============================================================================