diff --git a/migrations/1775059710.sh b/migrations/1775059710.sh new file mode 100644 index 00000000..c385a8ea --- /dev/null +++ b/migrations/1775059710.sh @@ -0,0 +1,11 @@ +echo "Install tuned fan curve for T2 MacBook" + +if lspci -nn | grep -q "106b:180[12]" && [[ ! -f /etc/t2fand.conf ]]; then + cat </dev/null +[Fan1] +low_temp=55 +high_temp=75 +speed_curve=linear +always_full_speed=false +EOF +fi