summaryrefslogtreecommitdiffstats
path: root/scripts/ubuntu-install-perf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ubuntu-install-perf.sh')
-rwxr-xr-xscripts/ubuntu-install-perf.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/ubuntu-install-perf.sh b/scripts/ubuntu-install-perf.sh
deleted file mode 100755
index 85670039..00000000
--- a/scripts/ubuntu-install-perf.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env bash
-set -v
-
-# Get kernel info
-UNAME=$(uname -r)
-
-# Install linux tools for the perf binary
-sudo apt-get install -y \
- linux-tools-common \
- linux-tools-generic \
- linux-tools-$UNAME