Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Last active December 29, 2021 16:01
Show Gist options
  • Save zoonderkins/2ea09d9a06d48c9bc2bbf7ab94800673 to your computer and use it in GitHub Desktop.
Save zoonderkins/2ea09d9a06d48c9bc2bbf7ab94800673 to your computer and use it in GitHub Desktop.
Linux install btop

Linux install btop

rm -rf ./btop

mkdir ./btop
cd btop

wget https://github.com/aristocratos/btop/releases/download/v1.1.4/btop-x86_64-linux-musl.tbz

tar -xvjf btop-x86*
./install.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment