mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-02 09:27:44 +02:00
8 lines
281 B
Bash
Executable File
8 lines
281 B
Bash
Executable File
#!/bin/sh
|
|
yay -S thinkfan lm_sensors
|
|
sudo modprobe thinkpad_acpi
|
|
sudo cp /usr/share/doc/thinkfan/examples/thinkfan.conf.simple /etc/thinkfan.conf
|
|
systemctl enable thinkfan
|
|
echo "check the following output and if successfull run: systemctl enable thinkfan.service"
|
|
sudo thinkfan -n
|