Merge pull request #11 from zcash-hackworks/debug-tools-fix

Remove perf packages.
This commit is contained in:
Taylor Hornby 2019-10-08 14:38:18 -06:00 committed by GitHub
commit 0a9e5a522a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 xxd bsdmainutils
# Shell customizations.
# Enable core dumps.