setup-bench-on-debian.sh: install git

This commit is contained in:
Joakim Frostegård 2020-06-30 00:03:21 +02:00
parent 1b4f04b6cf
commit 4c2c6634c3

View file

@ -13,7 +13,7 @@ then
fi fi
apt-get update && apt-get upgrade -y 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 apt-get install nginx # If you want to easily view flamegraphs
curl https://sh.rustup.rs -sSf | sh curl https://sh.rustup.rs -sSf | sh