Skip to content

Commit

Permalink
feat: Add ujust command to install CoolerControl, an excellent GUI fo…
Browse files Browse the repository at this point in the history
…r controlling fan speeds on a wide array of hardware
  • Loading branch information
KyleGospo committed Mar 7, 2024
1 parent 10ff90c commit 30eac4a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ install-lact:
rm /tmp/lact.rpm
echo 'Complete.'

# Install CoolerControl, a GUI for viewing all your system's sensors and for creating custom fan and pump profiles based on any available temperature sensor28
install-coolercontrol:
#!/usr/bin/bash
ublue-update --wait
wget https://copr.fedorainfracloud.org/coprs/codifryed/CoolerControl/repo/fedora-$(rpm -E %fedora)/codifryed-CoolerControl-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_codifryed-CoolerControl.repo
rpm-ostree install --apply-live -y liquidctl coolercontrol
systemctl enable coolercontrold.service
echo 'Complete.'

alias get-steamcmd := install-steamcmd

# Install SteamCMD (https://developer.valvesoftware.com/wiki/SteamCMD)
Expand Down

0 comments on commit 30eac4a

Please sign in to comment.