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 |
...
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 |
...