Skip to content

Instantly share code, notes, and snippets.

@rnikitin
Created March 13, 2024 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnikitin/db4bd1199d9a44782225c8a2f624bbb0 to your computer and use it in GitHub Desktop.
Save rnikitin/db4bd1199d9a44782225c8a2f624bbb0 to your computer and use it in GitHub Desktop.
Setup latest btop on ubuntu
cd /tmp
wget https://github.com/aristocratos/btop/releases/download/v1.3.2/btop-x86_64-linux-musl.tbz
tar -xvjf btop-x86_64-linux-musl.tbz
cd btop/
# use "make install PREFIX=/target/dir" to set target, default: /usr/local
# only use "sudo" when installing to a NON user owned directory
sudo make install
# run after make install and use same PREFIX if any was used at install
# set SU_USER and SU_GROUP to select user and group, default is root:root
sudo make setuid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment