GNU Make is missing

In default Fedora installation (28/29) GNU make is missing by default. You need to install it before running `install.sh`
This commit is contained in:
Mark
2018-11-23 17:23:00 +06:00
committed by GitHub
parent 873e016006
commit d19c686b27

View File

@@ -75,7 +75,7 @@ sudo systemctl mask thermald.service
### Fedora ### Fedora
``` ```
dnf install python3-cairo-devel cairo-gobject-devel gobject-introspection-devel dbus-glib-devel python3-devel dnf install python3-cairo-devel cairo-gobject-devel gobject-introspection-devel dbus-glib-devel python3-devel make
git clone https://github.com/erpalma/lenovo-throttling-fix.git git clone https://github.com/erpalma/lenovo-throttling-fix.git
sudo ./lenovo-throttling-fix/install.sh sudo ./lenovo-throttling-fix/install.sh
``` ```