Merge pull request #336 from gdesmott/silverblue

README: document how to install on Fedora Silverblue
This commit is contained in:
Francesco Palmarini 2023-10-18 08:12:17 +02:00 committed by GitHub
commit c7c35885fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,6 +115,21 @@ sudo ./throttled/install.sh
``` ```
Feedback about Fedora installation is welcome. 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 ### openSUSE
User *brycecordill* reported that the following dependencies are required for installing in openSUSE, tested on openSUSE 15.0 Leap. User *brycecordill* reported that the following dependencies are required for installing in openSUSE, tested on openSUSE 15.0 Leap.
``` ```