install thinkpad support under ubuntu - installer script added
This commit is contained in:
parent
53501ca19e
commit
93730ff12d
1 changed files with 4 additions and 0 deletions
4
ubuntu/install_thinkpad
Executable file
4
ubuntu/install_thinkpad
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
sudo aptitude install thinkfan
|
||||
echo "options thinkpad_acpi fan_control=1" | sudo tee /etc/modprobe.d/thinkfan.conf
|
Loading…
Reference in a new issue