Skip to content

Commit c8eb62b

Browse files
authored
Merge pull request #6 from vibhatha/minor-install
fix(library): added wget to dependencies in installation
2 parents 041fecb + 0885a8c commit c8eb62b

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)