yum install bzip2 -y
mkdir ~/btop
cd ~/btop
# ghproxy 加速下载,使用最新版本
wget https://ghproxy.com/https://github.com/aristocratos/btop/releases/latest/download/btop-x86_64-linux-musl.tbz
bunzip2 btop-x86_64-linux-musl.tbz
tar xf btop-x86_64-linux-musl.tar
# 二进制安装
make install PREFIX=/opt/btop
ln -s /opt/btop/bin/btop /usr/bin/btop
网友评论