Commit f16429473bb6

Vincent Demeester <vincent@sbr.pm>
2026-04-16 10:56:50
fix: add htop to Boox package list
1 parent 6660b36
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 passage 2>/dev/null || true
+pkg install -y openssh git zsh curl wget rsync jq mosh python nmap age passage htop 2>/dev/null || true
 
 echo "==> Syncing SSH config..."
 mkdir -p ~/.ssh