HTOP for CentOs6

This commit is contained in:
Nicolas Simond
2014-06-26 14:37:33 +02:00
parent be89e26418
commit 69bcd45ba7
2 changed files with 17 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
gpgkey=http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
enabled=1
includepkgs=htop*
+10
View File
@@ -0,0 +1,10 @@
#! /bin/bash
echo "--> Download the repository file"
cd /etc/yum.repos.d/
wget https://raw.githubusercontent.com/stylersnico/centos-scripts/master/config-files/CentOS-Dag.repo
echo "--> Updating CentOS System"
yum -y update
echo "--> Installing htop"
yum -y install htop