From 42c382b10f516aa67fef5b855f1e98675b75c207 Mon Sep 17 00:00:00 2001 From: villadalmine Date: Thu, 25 Aug 2016 07:44:08 -0300 Subject: [PATCH] Change curl auth method using access personal token with username --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5949ba..c73413d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -38,4 +38,4 @@ This will also install a Jenkinsfile to your repository, if it doesn't have one. ### Testing -#### test.sh \ No newline at end of file +#### test.sh