Skip to content

Commit

Permalink
Added install instructions for CentOS and RHEL 8
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed May 5, 2020
1 parent 911aadc commit ad90df8
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit ad90df8

Please sign in to comment.