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:
Reynald Borer
2018-08-30 09:46:04 +02:00
committed by GitHub
parent 666caf0511
commit 31f565fc2a

View File

@@ -66,7 +66,7 @@ sudo systemctl disable thermald.service
### Fedora ### 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 git clone https://github.com/erpalma/lenovo-throttling-fix.git
sudo ./install.sh sudo ./install.sh
``` ```