Skip to content

Commit

Permalink
Fixed install script (no version in filename).
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed Apr 28, 2024
1 parent 5731e82 commit c07abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ main() {
;;
esac

local _url="$JGRAB_BASE_URL/$JGRAB_CLIENT_TAG/jgrab-client-$JGRAB_CLIENT_TAG-$_arch$_zip_ext"
local _url="$JGRAB_BASE_URL/$JGRAB_CLIENT_TAG/jgrab-client-$_arch$_zip_ext"

local _dir="$(mktemp -d 2>/dev/null || ensure mktemp -d -t jgrab)"
local _client_file="$_dir/jgrab-client$_zip_ext"
Expand Down

0 comments on commit c07abb2

Please sign in to comment.