Fedora: package python3-devel is also required
To have `./install.sh` run successfully I also needed to install package python3-devel on my Fedora 28 installation.
This commit is contained in:
@@ -66,7 +66,7 @@ sudo systemctl disable thermald.service
|
||||
|
||||
### Fedora
|
||||
```
|
||||
dnf install cairo-gobject-devel gobject-introspection-devel dbus-glib-devel python-virtualenv
|
||||
dnf install cairo-gobject-devel gobject-introspection-devel dbus-glib-devel python-virtualenv python3-devel
|
||||
git clone https://github.com/erpalma/lenovo-throttling-fix.git
|
||||
sudo ./install.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user