Update README.md

Added installation instructions for Solus
This commit is contained in:
Steven Bach 2020-04-15 12:17:11 -07:00 committed by GitHub
parent 88216b119a
commit 961d7ca8a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.