From 4c2c6634c3f3b3f8079539709d9eeab2469c3864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 30 Jun 2020 00:03:21 +0200 Subject: [PATCH] setup-bench-on-debian.sh: install git --- scripts/setup-bench-on-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-bench-on-debian.sh b/scripts/setup-bench-on-debian.sh index e42ebfd..af71e05 100755 --- a/scripts/setup-bench-on-debian.sh +++ b/scripts/setup-bench-on-debian.sh @@ -13,7 +13,7 @@ then fi apt-get update && apt-get upgrade -y -apt-get install -y vim screen build-essential libz-dev cvs htop curl linux-perf cmake c++filt numactl +apt-get install -y vim screen build-essential libz-dev cvs htop curl linux-perf cmake c++filt numactl git apt-get install nginx # If you want to easily view flamegraphs curl https://sh.rustup.rs -sSf | sh