5 lines
136 B
Text
5 lines
136 B
Text
|
#!/bin/bash
|
||
|
set -e
|
||
|
sudo aptitude install thinkfan
|
||
|
echo "options thinkpad_acpi fan_control=1" | sudo tee /etc/modprobe.d/thinkfan.conf
|