Fix package name for perf utility.

This commit is contained in:
Taylor Hornby 2019-10-08 13:46:38 -06:00
parent de5ce9fc9c
commit 643ba90f5a
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.