borg-ui: missing dependency sshpass (#17286)

Co-authored-by: Christian Forgács <christian@wunderbit.de>
This commit is contained in:
Christian Forgács
2026-09-15 20:25:11 +02:00
committed by GitHub
parent 039e65d803
commit 0b536d83c3

View File

@@ -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