|
|
|
@ -167,11 +167,12 @@ winget install CrystalLang.Crystal |
|
|
|
|
|
|
|
|
|
## The `bigtest.ps1` Script |
|
|
|
|
|
|
|
|
|
There's a test script that you can run if you want to install all scripts from the git repo. You |
|
|
|
|
There's a test script that you can run if you want to install all scripts from the git repo to test |
|
|
|
|
it. You |
|
|
|
|
use it like this: |
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|
irm https://learncodethehardway.com/setup/base.ps1 -outfile base.ps1 |
|
|
|
|
irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/base.ps1 -outfile base.ps1 |
|
|
|
|
powershell -executionpolicy bypass .\base.ps1 |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
@ -179,7 +180,7 @@ Then close your PowerShell to ensure you get the `winget` and `choco` installs. |
|
|
|
|
`bigtest.ps1` script and be sure to stay near your computer to keep entering your password: |
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|
irm https://learncodethehardway.com/setup/bigtest.ps1 -outfile bigtest.ps1 |
|
|
|
|
irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/bigtest.ps1 -outfile bigtest.ps1 |
|
|
|
|
powershell -executionpolicy bypass .\bigtest.ps1 |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|