Install the rr debugger
This commit is contained in:
parent
1443bb6cbd
commit
c68b60b556
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ DEB_PKGS=(
|
|||
libyajl-doc
|
||||
libyajl2
|
||||
lilypond
|
||||
linux-perf
|
||||
lshw
|
||||
magic-wormhole
|
||||
make
|
||||
|
|
@ -62,6 +63,7 @@ DEB_PKGS=(
|
|||
rclone
|
||||
reuse
|
||||
ripgrep
|
||||
rr
|
||||
rsync
|
||||
rust-doc
|
||||
rust-llvm
|
||||
|
|
@ -107,6 +109,8 @@ PIPX_PKGS=(
|
|||
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes "${DEB_PKGS[@]}"
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install --install-recommends --yes "${META_PKGS[@]}"
|
||||
|
||||
echo 'kernel.perf_event_paranoid=1' | sudo tee '/etc/sysctl.d/51-enable-perf-events.conf'
|
||||
|
||||
if (( "${#PIPX_PKGS[@]}" != 0 )); then
|
||||
pipx install "${PIPX_PKGS[@]}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue