Skip to content

Commit

Permalink
Moved to v16 and removed a TODO item
Browse files Browse the repository at this point in the history
  • Loading branch information
nan0s7 committed Jun 23, 2018
1 parent 98d64fd commit 3079bca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A small and lightweight bash script for using a custom fan curve in Linux for th

You are probably wondering why I have chosen to write this script in Bash. The reason is very simple; I wanted a script with the minimum number of dependencies possible. To get this script up-and-running you _technically_ only need the **temp.sh** file. If you don't have a certain dependency (i.e. git or procps) you can just remove the code that uses them.

The current version of the script is **version 15.**
The current version of the script is **version 16.**

This script is currently set up for Celsius. However, it can easily be modified for other temperature scales.

Expand Down Expand Up @@ -51,7 +51,6 @@ I ended up catching the command I use to get the current temperature in action a
- add in a **really** detailed guide of how the script works
- add nouveau support (once they fix Pascal)
- make config better, and to include more options
- allow single GPU's other than GPU-0 to be used
- add support for GPU's that have more than one controllable fan (i.e. >1 fan controller)

*or just execute this command: `nohup ./temp.sh >/dev/null 2>&1 &`
Expand Down

0 comments on commit 3079bca

Please sign in to comment.