Skip to content

Instantly share code, notes, and snippets.

@OnCloud125252
Last active October 12, 2024 20:18
Show Gist options
  • Save OnCloud125252/e40881a3834f301f36c7439e29b6fb11 to your computer and use it in GitHub Desktop.
Save OnCloud125252/e40881a3834f301f36c7439e29b6fb11 to your computer and use it in GitHub Desktop.

Download and unpack Btop++

wget https://github.com/aristocratos/btop/releases/latest/download/btop-x86_64-linux-musl.tbz -O btop-x86_64-linux-musl.tbz && tar -xvjf btop-x86_64-linux-musl.tbz && rm btop-x86_64-linux-musl.tbz

Install Btop++

sudo apt install build-essential && cd btop && sudo make install && cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment