Commit 7df1ac29d227

Vincent Demeester <vincent@sbr.pm>
2026-04-16 10:50:05
fix: add package installation to Boox sync script
1 parent 6f63ee5
Changed files (1)
dots
config
dots/config/boox/sync.sh
@@ -11,6 +11,9 @@ if [ ! -d "$BOOX_DIR" ]; then
     exit 1
 fi
 
+echo "==> Installing packages..."
+pkg install -y openssh git zsh curl wget rsync jq mosh 2>/dev/null || true
+
 echo "==> Syncing SSH config..."
 mkdir -p ~/.ssh
 chmod 700 ~/.ssh