mirror of
https://github.com/erpalma/throttled.git
synced 2026-01-18 06:30:46 +01:00
Update README.md
This commit is contained in:
parent
2ecbf9f972
commit
7ac672dd7d
|
|
@ -80,6 +80,15 @@ git clone https://github.com/erpalma/lenovo-throttling-fix.git
|
|||
sudo ./lenovo-throttling-fix/install.sh
|
||||
```
|
||||
|
||||
### Gentoo
|
||||
An overlay is [available](https://github.com/erpalma/throttled-overlay).
|
||||
```
|
||||
layman -o https://github.com/erpalma/throttled-overlay/raw/master/repositories.xml -f -a throttled
|
||||
sudo emerge -av sys-power/throttled
|
||||
systemctl enable throttled.service
|
||||
systemctl start throttled.service
|
||||
```
|
||||
|
||||
### Uninstall
|
||||
To permanently stop and disable the execution just issue:
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue