Commit 6660b369dc8a

Vincent Demeester <vincent@sbr.pm>
2026-04-16 10:53:44
fix: add passage to Boox package list
1 parent 67060a8
Changed files (1)
dots
config
dots/config/boox/sync.sh
@@ -12,7 +12,7 @@ if [ ! -d "$BOOX_DIR" ]; then
 fi
 
 echo "==> Installing packages..."
-pkg install -y openssh git zsh curl wget rsync jq mosh python nmap age 2>/dev/null || true
+pkg install -y openssh git zsh curl wget rsync jq mosh python nmap age passage 2>/dev/null || true
 
 echo "==> Syncing SSH config..."
 mkdir -p ~/.ssh