From 89c8630b4c8d5b65ad8e35567fb051bcdf20307d Mon Sep 17 00:00:00 2001 From: EleonoraVG Date: Mon, 27 Aug 2018 22:44:53 -0700 Subject: [PATCH] Fix typos in the install command for openSUSE. The dependencies given to zypper had 2 typos in them which prevented the dependencies dbus-1-glib-devel and python3-devel from installing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 753fd0b..c4410cd 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Feedback about Fedora installation is welcome. ### openSUSE User *brycecordill* reported that the following dependecies are required for installing in openSUSE. I guess that python2 dependecies can be safely dropped. I would really appreciate any feedback from openSUSE users. ``` -zypper install gcc python2-pip pyton3-devel python-devel dbus1-glib-devel python3-cairo-devel cairo-devel python2-cairo-devel python3-gobject-cairo gobject-introspection-devel python-virtualenv +zypper install gcc python2-pip python3-devel python-devel dbus-1-glib-devel python3-cairo-devel cairo-devel python2-cairo-devel python3-gobject-cairo gobject-introspection-devel python-virtualenv git clone https://github.com/erpalma/lenovo-throttling-fix.git sudo ./install.sh ```