Skip to content

Instantly share code, notes, and snippets.

@gelias
Created October 17, 2012 15:13
Show Gist options
  • Save gelias/3906075 to your computer and use it in GitHub Desktop.
Save gelias/3906075 to your computer and use it in GitHub Desktop.
Script bash to download and install using yum service some helper tools to manage S.O.
#!/bin/bash
# Create temp folder to download rpms
mkdir /tmp/rpms
cd /tmp/rpms
# Download HTOP, ATOP, MOST
yum install htop atop most -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment