Skip to content

Commit 3bbb05d

Browse files
committed
add curl to devtools
1 parent 318f05b commit 3bbb05d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/install-ubuntu-dev-tools.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ apt-get -y install \
5050
software-properties-common \
5151
unzip \
5252
valgrind \
53-
wget
53+
wget \
54+
curl
5455
rm -rf /var/lib/apt/lists/*
5556

5657
# CMake

0 commit comments

Comments
 (0)