Fix package name for perf utility.

This commit is contained in:
Taylor Hornby 2019-10-08 13:49:10 -06:00
parent 2dfa3812d0
commit 5c0d210fe6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ apt-get update
apt-get -y upgrade
apt-get install -y software-properties-common curl git htop man unzip vim wget ack net-tools
# Debugging tools
apt-get install -y gdb strace tcpdump linux-perf xxd bsdmainutils
apt-get install -y gdb strace tcpdump linux-tools-common linux-tools-generic xxd bsdmainutils
# Shell customizations.
# Enable core dumps.