-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-7090 improve d/l tracking process
provide a generic bootstrap.sh script that defaults to the latest release but can be provided a specific version to download/install. update the docs to reflect the modified short URL and current version. add more comprehensice handling for older versions of curl. Change-Id: I79e7326ae42ac25b1aabc754159d0d9aa67b62be Signed-off-by: Christopher Ferris <[email protected]>
- Loading branch information
1 parent
792e4fe
commit 071f81f
Showing
9 changed files
with
16 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
071f81f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Chris, I am getting the below error when executing the bootstrap.sh script.
bash: line 7: syntax error near unexpected token
newline' bash: line 7:
'curl: (23) Failed writing body (993 != 1370)
when i removed the gap at line 7 its working fine. can you please check? Thank you.