From 95a2b3591d032cd1580476798eee258077b518f9 Mon Sep 17 00:00:00 2001 From: Marco Paganini Date: Sat, 28 Sep 2024 13:30:52 -0700 Subject: [PATCH] Regex typo fix. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bb4929d..4267351 100755 --- a/install.sh +++ b/install.sh @@ -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.)