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"