From 0b536d83c34983bd33f49c04e06a50fea7102536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Forg=C3=A1cs?= <15897007+christian-forgacs@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:25:11 +0200 Subject: [PATCH] borg-ui: missing dependency `sshpass` (#17286) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christian Forgács --- install/borg-ui-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/borg-ui-install.sh b/install/borg-ui-install.sh index 51aab0d31..13102b915 100644 --- a/install/borg-ui-install.sh +++ b/install/borg-ui-install.sh @@ -28,7 +28,8 @@ $STD apt install -y \ fuse3 \ rsync \ sshfs \ - openssh-client + openssh-client \ + sshpass msg_ok "Installed Dependencies" UV_PYTHON="3.12" setup_uv