4 lines
136 B
Bash
Executable file
4 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
|