mirror of https://github.com/aristocratos/bashtop
Added install instructions for CentOS and RHEL 8
parent
911aadc86a
commit
ad90df8837
23
README.md
23
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 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.
|
||||||
|
|
Loading…
Reference in New Issue