Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- yum groupinstall "Development Tools" -y
- yum install ncurses ncurses-devel -y
- wget http://hisham.hm/htop/releases/2.0.2/htop-2.0.2.tar.gz
- tar xvfvz htop-2.0.2.tar.gz
- cd htop-2.0.2
- ./configure
- make
- make install
Add Comment
Please, Sign In to add comment