setup-bench-on-debian.sh: roll nginx into other apt-get line

Not installing nginx means script is aborted because of
"set -e", and that setting serves a purpose
This commit is contained in:
Joakim Frostegård 2020-06-30 00:04:01 +02:00
parent 4c2c6634c3
commit 7512b4b44f

View file

@ -13,8 +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 git
apt-get install nginx # If you want to easily view flamegraphs
apt-get install -y vim screen build-essential libz-dev cvs htop curl linux-perf cmake c++filt numactl git nginx
curl https://sh.rustup.rs -sSf | sh