diff --git a/scripts/install b/scripts/install index 30df01e..5a36ee8 100755 --- a/scripts/install +++ b/scripts/install @@ -14,7 +14,7 @@ else fi function fetch_from_github(){ - curl -s https://api.github.com/repos/verizon/nelson-cli/releases | grep browser_download_url | head -n 2 | cut -d '"' -f 4 | grep $PLATFORM + curl -s https://api.github.com/repos/verizon/nelson-cli/releases | grep browser_download_url | cut -d '"' -f 4 | grep $PLATFORM | head -n 2 } ARTIFACT_URL=$(fetch_from_github | grep -v 'sha1')