From 961d7ca8a829434492dfb2c6bceee9d5b61524d4 Mon Sep 17 00:00:00 2001 From: Steven Bach Date: Wed, 15 Apr 2020 12:17:11 -0700 Subject: [PATCH] Update README.md Added installation instructions for Solus --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4d5a718..d863413 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,14 @@ systemctl enable throttled.service systemctl start throttled.service ``` +### Solus +``` +sudo eopkg it -c system.devel +sudo eopkg it git python3-devel dbus-glib-devel python3-cairo-devel libcairo-devel python3-gobject-devel +git clone https://github.com/erpalma/lenovo-throttling-fix.git +sudo ./lenovo-throttling-fix/install.sh +``` + ### Void The installation itself will create a runit service as lenovo_fix, enable it and start it. Before installation, make sure dbus is running `sv up dbus`.