Skip to content

Commit

Permalink
Fix install bug with double digit versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopaganini committed Sep 28, 2024
1 parent 74848fa commit 303edfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ main() {
echo "${OK} Your architecture is: ${arch}"
echo "${OK} Install directory: ${install_dir}"

tgz="${release_name}_[0-9].[0-9].[0-9]_${os}_${arch}.tar.gz"
tgz="${release_name}_[0-9]\\+\\.[0-9]\\_\\.[0-9]\\+_${os}_${arch}\\.tar\\.gz"

# Retrieve the list releases from github (this is hacky but we don't
# want to force people to have a proper JSON parser installed.)
Expand Down

0 comments on commit 303edfe

Please sign in to comment.