From b448e4bc255c5f15f566b480263b9e383fcbdad1 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 14 Jul 2023 21:59:00 +0200 Subject: [PATCH] README: document how to install on Fedora Silverblue --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c1ef1f5..7c71f07 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,21 @@ sudo ./throttled/install.sh ``` Feedback about Fedora installation is welcome. +### Fedora Silverblue + + +Download the `.repo` file matching your Fedora on the [copr repository page](https://copr.fedorainfracloud.org/coprs/abn/throttled/) then copy it to `/etc/yum.repos.d/`. + +You can then install the package: + +```console +rpm-ostree override remove thermald +rpm-ostree install throttled +systemctl reboot + +sudo systemctl enable --now throttled +``` + ### openSUSE User *brycecordill* reported that the following dependencies are required for installing in openSUSE, tested on openSUSE 15.0 Leap. ```