Skip to content

Commit

Permalink
fix(just): Create repo file with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Mar 9, 2024
1 parent 6d96727 commit ba72610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install-lact:
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
sudo 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
mkdir -p $HOME/.config/autostart
Expand Down

0 comments on commit ba72610

Please sign in to comment.