Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
b752e6b4
Commit
b752e6b4
authored
3 years ago
by
Ashish Pradhan
Browse files
Options
Download
Email Patches
Plain Diff
fix: installation script fix
parent
057eb1ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.sh
+2
-0
install.sh
with
2 additions
and
0 deletions
+2
-0
install.sh
+
2
-
0
View file @
b752e6b4
#!/bin/bash
set
-e
osName
=
$(
uname
-s
)
DOWNLOAD_URL
=
$(
curl
--silent
"https://api.github.com/repos/datreeio/datree/releases/latest"
|
grep
-o
"browser_download_url.*
\_
${
osName
}
_x86_64.zip"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment