mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-30 11:10:15 +00:00
install powertop and powerstat
We use TLP, so allowing powertop to auto tune or blindly implementing its suggestions is a bad idea, but it is useful to diagnose power consumption.
This commit is contained in:
parent
dc22828da3
commit
f75f1836b0
1 changed files with 7 additions and 1 deletions
|
|
@ -28,5 +28,11 @@
|
|||
|
||||
- name: Install light
|
||||
pacman: name=light state=present
|
||||
|
||||
- name: Install powertop
|
||||
pacman: name=powertop state=present
|
||||
|
||||
- name: Install powerstat
|
||||
aur: name=powerstat-git user={{ user.name }}
|
||||
tags:
|
||||
- light
|
||||
- aur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue