Commit 1492dce5d690

Vincent Demeester <vincent@sbr.pm>
2026-04-16 11:26:11
fix: add ripgrep to Android package lists
1 parent 5afb795
Changed files (2)
android
android/osaka/sync.sh
@@ -13,7 +13,7 @@ if [ ! -d "$DEVICE_DIR" ]; then
 fi
 
 echo "==> Installing packages..."
-pkg install -y openssh git zsh curl wget rsync jq mosh python nmap age passage htop 2>/dev/null || true
+pkg install -y openssh git zsh curl wget rsync jq mosh python nmap age passage htop ripgrep 2>/dev/null || true
 
 echo "==> Syncing SSH config..."
 mkdir -p ~/.ssh
android/suzu/sync.sh
@@ -13,7 +13,7 @@ if [ ! -d "$DEVICE_DIR" ]; then
 fi
 
 echo "==> Installing packages..."
-pkg install -y openssh git zsh curl wget rsync jq mosh htop 2>/dev/null || true
+pkg install -y openssh git zsh curl wget rsync jq mosh htop ripgrep 2>/dev/null || true
 
 echo "==> Syncing SSH config..."
 mkdir -p ~/.ssh