mirror of
https://github.com/stylersnico/centos-scripts.git
synced 2026-06-13 08:01:12 +02:00
HTOP for CentOs6
This commit is contained in:
@@ -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*
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user