Skip to content

Commit

Permalink
Add mention for Fedora/CentOS/Rocky/Alma
Browse files Browse the repository at this point in the history
Fedora/CentOS/Rocky/Alma needs others packages
hgomez-wescale authored Apr 8, 2024
1 parent 5aa91d0 commit 7c7072a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -32,11 +32,19 @@ Energizta is trying to address these problems and provide a set of tools to repo

If you whant to quickly contribute to our data repository you can follow these steps.

### On Debian/Ubuntu
```bash
sudo apt-get install git awk sed curl lshw stress-ng
```

### Fedora/CentOS/Rocky/Alma
```bash
sudo dnf install git awk sed curl lshw stress-ng freeipmi ipmitool lm_sensors lsb_release
```

```bash
wget https://raw.githubusercontent.com/Boavizta/Energizta/main/energizta/energizta.sh
chmod +x energizta.sh
sudo apt-get install awk sed curl lshw stress-ng

sudo ./energizta.sh --stresstest --send-to-db
```

0 comments on commit 7c7072a

Please sign in to comment.