Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To have support for Intel Graphics in btop

Code Block
apt install make g++
git clone https://github.com/aristocratos/btop.git
cd btop/
make
make install
update-alternatives --install /usr/bin/btop btop /usr/local/bin/btop 1

...