dotfiles/ubuntu/install_thinkpad
2015-08-15 08:18:25 +02:00

5 lines
136 B
Bash
Executable file

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