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
|
libyajl-doc
|
||||||
libyajl2
|
libyajl2
|
||||||
lilypond
|
lilypond
|
||||||
|
linux-perf
|
||||||
lshw
|
lshw
|
||||||
magic-wormhole
|
magic-wormhole
|
||||||
make
|
make
|
||||||
|
|
@ -62,6 +63,7 @@ DEB_PKGS=(
|
||||||
rclone
|
rclone
|
||||||
reuse
|
reuse
|
||||||
ripgrep
|
ripgrep
|
||||||
|
rr
|
||||||
rsync
|
rsync
|
||||||
rust-doc
|
rust-doc
|
||||||
rust-llvm
|
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 --no-install-recommends --yes "${DEB_PKGS[@]}"
|
||||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install --install-recommends --yes "${META_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
|
if (( "${#PIPX_PKGS[@]}" != 0 )); then
|
||||||
pipx install "${PIPX_PKGS[@]}"
|
pipx install "${PIPX_PKGS[@]}"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue