first commit
This commit is contained in:
7
fan_scripts/fan_turbo.sh
Executable file
7
fan_scripts/fan_turbo.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Establecer configuración turbo
|
||||
sudo sed -i 's/MINTEMP=36/MINTEMP=30/' /etc/fancontrol
|
||||
sudo sed -i 's/MAXTEMP=82/MAXTEMP=90/' /etc/fancontrol
|
||||
sudo systemctl restart fancontrol
|
||||
|
||||
Reference in New Issue
Block a user