mirror of
https://github.com/zebrajr/HomeLab.git
synced 2026-01-15 12:15:06 +00:00
8 lines
198 B
Bash
8 lines
198 B
Bash
#!/bin/bash
|
|
|
|
echo "Installing coolercontrol"
|
|
sudo dnf install dnf-plugins-core
|
|
sudo dnf copr enable codifryed/CoolerControl
|
|
sudo dnf install coolercontrol
|
|
sudo systemctl enable --now coolercontrold
|