diff --git a/install.sh b/install.sh index cad8885c6bd..7d3ed301f2b 100755 --- a/install.sh +++ b/install.sh @@ -84,9 +84,9 @@ checkLatestVersion() { local regex="[0-9][A-Za-z0-9\.-]*" local latest_url="https://github.com/arduino/arduino-cli/releases/latest" if [ "$DOWNLOAD_TOOL" = "curl" ]; then - tag=$(curl -SsL $latest_url | grep -o "Release $regex · arduino/arduino-cli" | grep -o "$regex") + tag=$(curl -SsL $latest_url | grep -o "