Merge pull request #151 from mkogan1/master

Update README.md Fedora installation section
This commit is contained in:
Francesco Palmarini
2019-11-25 11:30:57 +01:00
committed by GitHub

View File

@@ -112,11 +112,10 @@ sudo systemctl mask thermald.service
### Fedora ### Fedora
A [copr repository](https://copr.fedorainfracloud.org/coprs/abn/throttled/) is available and can be used as detailed below. You can find the configuration installed at `/etc/throttled.conf`. The issue tracker for this packaging is available [here](https://github.com/abn/throttled-rpm/issues). A [copr repository](https://copr.fedorainfracloud.org/coprs/abn/throttled/) is available and can be used as detailed below. You can find the configuration installed at `/etc/throttled.conf`. The issue tracker for this packaging is available [here](https://github.com/abn/throttled-rpm/issues).
``` ```
dnf copr enable abn/throttled sudo dnf copr enable abn/throttled
dnf install -y throttled sudo dnf install -y throttled
systemctl enable throttled sudo systemctl enable --now throttled
systemctl start throttled
``` ```
If you prefer to install from source, you can use the following commands. If you prefer to install from source, you can use the following commands.