Skip to content

Commit 34515e0

Browse files
authored
feat(apt): add rsync installation in setup-tools.sh (#69)
1 parent eac27d3 commit 34515e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup-tools.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ apt install -y \
3232
libzstd-dev \
3333
python-is-python3 \
3434
python3-protobuf \
35-
python3-grpc-tools
35+
python3-grpc-tools \
36+
rsync
3637

3738
# Install llvm-bolt if available
3839
apt install -y llvm-bolt || echo "Skipping llvm-bolt installation, not available in apt repos"

0 commit comments

Comments
 (0)