From ad90df8837f0e25318f23f0846a2f49a579e18f2 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Tue, 5 May 2020 17:29:46 +0200 Subject: [PATCH] Added install instructions for CentOS and RHEL 8 --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1811969..ca668aa 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,6 @@ Available for Ubuntu from [PPA repository](https://code.launchpad.net/~bashtop-m sudo add-apt-repository ppa:bashtop-monitor/bashtop sudo apt update sudo apt install bashtop - ``` #### Fedora @@ -200,6 +199,28 @@ Available in the Fedora repository. sudo dnf install bashtop ``` +#### CentOS + +>Installation + +``` bash +dnf config-manager --set-enabled PowerTools +dnf install epel-release +dnf install bashtop +``` + +#### RHEL 8 + +>Installation + +``` bash +ARCH=$( /bin/arch ) +subscription-manager repos --enable +"codeready-builder-for-rhel-8-${ARCH}-rpms" +dnf install epel-release +dnf install bashtop +``` + ## Configurability All options changeable from within UI.