Skip to content

Commit 0b0b141

Browse files
committed
Move download.sh script to tools tree
1 parent 096779d commit 0b0b141

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git:
1212
before_install:
1313
- git config --global url.git@github.com:.insteadOf https://github.com/
1414
- git submodule update --init -- src/windows-build src/Modules/Pester src/libpsl-native/test/googletest
15-
- ./download.sh
15+
- ./tools/download.sh
1616
script:
1717
- ulimit -n 4096; powershell -c "Import-Module ./build.psm1; Start-PSBootstrap; Start-PSBuild; Start-PSPester"
1818
notifications:

docs/building/linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ package cannot be downloaded as simply as with `wget`. We have a
4646
script that wraps the GitHub API and uses a personal access token to
4747
authorize in order to obtain the package.
4848

49-
The `./download.sh` script will also install the PowerShell package.
49+
The `./tools/download.sh` script will also install the PowerShell package.
5050

5151
> You can alternativelly download via a browser, upload it to your
5252
> box via some other method, and manually install it.
5353
5454
In Bash:
5555

5656
```sh
57-
GITHUB_TOKEN=<replace with your token> ./download.sh
57+
GITHUB_TOKEN=<replace with your token> ./tools/download.sh
5858
powershell
5959
```
6060

File renamed without changes.

0 commit comments

Comments
 (0)