Commit 1492dce5d690
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