Add rsync to installed packages for sync-to-vm.sh support

This commit is contained in:
2026-04-19 19:54:56 +02:00
parent f21cf87881
commit 466383b546
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ sudo apt-get update -qq
info "Installing base packages..."
sudo apt-get install -y --no-install-recommends \
ca-certificates curl gnupg git tmux mosh ufw
ca-certificates curl gnupg git tmux mosh rsync ufw
# ── Docker ──────────────────────────────────────────────────────────
if command -v docker &>/dev/null; then