From 9b5bd36332084a8adb4319c41cee546d5db04f8d Mon Sep 17 00:00:00 2001 From: klin02 Date: Fri, 5 Dec 2025 22:26:08 +0800 Subject: [PATCH] feat(apt): add rsync installation in setup-tools.sh --- setup-tools.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup-tools.sh b/setup-tools.sh index 83cd03ac7..295f4885a 100755 --- a/setup-tools.sh +++ b/setup-tools.sh @@ -32,7 +32,8 @@ apt install -y \ libzstd-dev \ python-is-python3 \ python3-protobuf \ - python3-grpc-tools + python3-grpc-tools \ + rsync # Install llvm-bolt if available apt install -y llvm-bolt || echo "Skipping llvm-bolt installation, not available in apt repos"