|
|
|
@ -37,11 +37,11 @@ products in the PATH in order to add friction to the install so that people just |
|
|
|
|
their commercial products. As I said, this is about the stupidest most banal things ever, and we'll |
|
|
|
|
fix it with an equally stupid and banal PowerShell script: |
|
|
|
|
|
|
|
|
|
`` |
|
|
|
|
```shell |
|
|
|
|
irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/pathfixer.ps1 -outfile pathfixer.ps1 |
|
|
|
|
|
|
|
|
|
powershell -executionpolicy bypass .\pathfixer.ps1 |
|
|
|
|
`` |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
The `pathfixer.ps1` script checks if the PATH is missing for WinLibs and Git (yes, only these two |
|
|
|
|
are missing, and incidentally Microsoft has a competitor to both). If these directories are not in |
|
|
|
|