From 5486651b93c7fce2dee869c555a8bfc1884903bf Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Thu, 14 Mar 2019 00:53:59 +0100 Subject: [PATCH] Add copr repository instructions for Fedora --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f66a55e..4ae32bb 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,16 @@ sudo systemctl mask thermald.service ``` ### 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). +``` +dnf copr enable abn/throttled +dnf install -y throttled + +systemctl enable throttled +systemctl start throttled +``` + +If you prefer to install from source, you can use the following commands. ``` sudo dnf install python3-cairo-devel cairo-gobject-devel gobject-introspection-devel dbus-glib-devel python3-devel make libX11-devel git clone https://github.com/erpalma/lenovo-throttling-fix.git