Skip to content

Commit

Permalink
Change curl auth method using access personal token with username
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Aug 25, 2016
1 parent 12a1972 commit 42c382b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you are reading this file in BINSCRIPTS.md, your container project is likely
To use these scripts yourself, issue this command:

```
curl "https://github.internet2.edu/raw/docker/util/master/bin/install.sh?token=AAAAETsVKUnOEAMM8TvUUZccPYi13wsnks5Xq46jwA%3D%3D" | bash
curl -u user:token "https://github.internet2.edu/raw/docker/util/master/bin/install.sh" | bash
```

### common.bash
Expand Down Expand Up @@ -38,4 +38,4 @@ This will also install a Jenkinsfile to your repository, if it doesn't have one.


### Testing
#### test.sh
#### test.sh

0 comments on commit 42c382b

Please sign in to comment.