Skip to content

Commit 0885a8c

Browse files
committed
fix(library): added wget to dependencies in installation
1 parent 041fecb commit 0885a8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/setup-ubuntu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ sudo --preserve-env apt install -y \
1818
ccache \
1919
ninja-build \
2020
checkinstall \
21-
git
21+
git \
22+
wget
2223

2324
function run_and_time {
2425
time "$@"

0 commit comments

Comments
 (0)