7 lines
101 B
Bash
7 lines
101 B
Bash
#!/bin/sh
|
|
|
|
apt install -y powertop linux-cpupower
|
|
./autoaspm.py
|
|
./check_aspm.sh
|
|
powertop --auto-tune
|