mirror of
https://github.com/erpalma/throttled.git
synced 2025-12-06 07:01:59 +01:00
Merge pull request #336 from gdesmott/silverblue
README: document how to install on Fedora Silverblue
This commit is contained in:
commit
c7c35885fe
15
README.md
15
README.md
|
|
@ -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.
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue