You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub changed the HTML of the release page, which resulted in grep finding multiple instances of the pattern, causing the installation script to fail when no version parameter was provided:
$ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
Installing in /home/per/temporary/bin
ARCH=64bit
OS=Linux
Using curl as download tool
TAG=0.11.0
0.11.0
0.11.0
CLI_DIST=arduino-cli_0.11.0
0.11.0
0.11.0_Linux_64bit.tar.gz
Downloading https://downloads.arduino.cc/arduino-cli/arduino-cli_0.11.0
0.11.0
0.11.0_Linux_64bit.tar.gz
Failed to install arduino-cli
The chosen fix was to expand the grep pattern to something that should only ever occur once on an HTML page.
0 commit comments