alacritty/scripts/ubuntu-install-perf.sh

12 lines
207 B
Bash
Executable File

#!/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