Commit b752e6b4 authored by Ashish Pradhan's avatar Ashish Pradhan
Browse files

fix: installation script fix

parent 057eb1ec
Showing with 2 additions and 0 deletions
+2 -0
#!/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")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment