Skip to content

Commit

Permalink
feat(download): make downloaded file executable
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Bob Massard <[email protected]>
  • Loading branch information
tbobm committed May 14, 2024
1 parent 618be9d commit bfdc6c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ download_release() {

echo "* Downloading $TOOL_NAME release $version..."
curl "${curl_opts[@]}" -o "$filename" -C - "$url" || fail "Could not download $url"
chmod +x "$filename"
}

install_version() {
Expand Down

0 comments on commit bfdc6c7

Please sign in to comment.