mirror of https://github.com/tiyn/dotfiles
parent
a12d2a728b
commit
84e4010b7a
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
sudo yay -S thinkfan lm_sensors
|
||||||
sudo pacman -S thinkfan lm_sensors
|
|
||||||
sudo modprobe thinkpad_acpi
|
sudo modprobe thinkpad_acpi
|
||||||
sudo cp /usr/share/doc/thinkfan/examples/thinkfan.conf.simple /etc/thinkfan.conf
|
sudo cp /usr/share/doc/thinkfan/examples/thinkfan.conf.simple /etc/thinkfan.conf
|
||||||
systemctl enable thinkfan
|
systemctl enable thinkfan
|
||||||
|
echo "check the following output and if successfull run: systemctl enable thinkfan.service"
|
||||||
|
sudo thinkfan -n
|
||||||
|
Loading…
Reference in new issue