|
25 | 25 | <header> |
26 | 26 | <h1>undervolt-go Nightly Builds</h1> |
27 | 27 | <p> |
28 | | - To install undervolt-go on your system, follow these steps:<br> |
29 | | - 1. Download latest release from below.<br> |
30 | | - 2. Extract the archive. You should now have the following files:<br> |
31 | | - 1. undervolt-go<br> |
32 | | - 2. install-undervolt.sh<br> |
33 | | - 3. update-undervolt.sh<br> |
34 | | - 3. Simply make install-undervolt.sh executable (or update-undervolt.sh if you already have it):<br> |
35 | | - - <code>chmod +x install-undervolt.sh</code><br> |
36 | | - - or you can right click install-undervolt.sh, go to Properties, and in the Permissions tab, tick 'Make executable'<br> |
37 | | - 4. If you have built the binary by yourselves, replace the downloaded undervolt-go with your undervolt-go<br> |
38 | | - 5. Run install-undervolt.sh (or update-undervolt.sh) with sudo (it's always recommended to check the script by opening it in a text editor before executing it)<br> |
39 | | - <code>sudo ./install-undervolt.sh</code> |
| 28 | + To install <strong>Undervolt Go</strong> on your system, follow these steps: |
40 | 29 | </p> |
| 30 | + <ol type="1"> |
| 31 | + <li>Download latest release from below. |
| 32 | + <ul> |
| 33 | + <li>You can download the Graphical Interface version (Pro version) or the Command Line version.</li> |
| 34 | + <li>The GUI version can also run the CLI commands. The commands need to be passed to <code>undervolt-go-pro</code>.</li> |
| 35 | + </ul> |
| 36 | + </li> |
| 37 | + <li>Extract the archive. You should now have the following files: |
| 38 | + <ol type="1"> |
| 39 | + <li>undervolt-go or undervolt-go-pro</li> |
| 40 | + <li>install-undervolt.sh</li> |
| 41 | + <li>uninstall-undervolt.sh</li> |
| 42 | + <li>update-undervolt.sh</li> |
| 43 | + <li>icon.png (in case of Pro version)</li> |
| 44 | + </ol> |
| 45 | + </li> |
| 46 | + <li>Simply make install-undervolt.sh executable (or update-undervolt.sh if you already have Undervolt Go installed on your system): |
| 47 | + <ul> |
| 48 | + <li><code>chmod +x install-undervolt.sh</code></li> |
| 49 | + <li>or you can right click install-undervolt.sh, go to Properties, and in the Permissions tab, tick ‘Make executable’</li> |
| 50 | + </ul> |
| 51 | + </li> |
| 52 | + <li>If you have built the binary by yourselves, replace the downloaded undervolt-go with your undervolt-go (or undervolt-go-pro for that matter)</li> |
| 53 | + <li>Run install-undervolt.sh (or update-undervolt.sh) with sudo (it’s always recommended to check the script by opening it in a text editor before executing it) |
| 54 | + <ul> |
| 55 | + <li><code>sudo ./install-undervolt.sh</code></li> |
| 56 | + </ul> |
| 57 | + </li> |
| 58 | + </ol> |
41 | 59 | </header> |
42 | 60 | <main> |
43 | 61 | <div>Current directory: |
|
0 commit comments