mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
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:
parent
4c2c6634c3
commit
7512b4b44f
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue