Added install instructions for CentOS and RHEL 8

pull/104/head
aristocratos 2020-05-05 17:29:46 +02:00
parent 911aadc86a
commit ad90df8837
1 changed files with 22 additions and 1 deletions

View File

@ -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 add-apt-repository ppa:bashtop-monitor/bashtop
sudo apt update sudo apt update
sudo apt install bashtop sudo apt install bashtop
``` ```
#### Fedora #### Fedora
@ -200,6 +199,28 @@ Available in the Fedora repository.
sudo dnf install bashtop 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 ## Configurability
All options changeable from within UI. All options changeable from within UI.