diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 377f6708..b2e9dabc 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -18,7 +18,8 @@ sudo --preserve-env apt install -y \ ccache \ ninja-build \ checkinstall \ - git + git \ + wget function run_and_time { time "$@"