Closed
Description
Bug Report
Install script doesn't work properly on v0.8.0. I think this might be because the binary is not chmod-ed +x.
macos-mojave-10:~ steven$ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
Installing in /Users/steven/bin
ARCH=64bit
OS=macOS
Using curl as download tool
TAG=0.8.0
CLI_DIST=arduino-cli_0.8.0_macOS_64bit.tar.gz
Downloading https://downloads.arduino.cc/arduino-cli/arduino-cli_0.8.0_macOS_64bit.tar.gz
arduino-cli not found. You might want to add /Users/steven/bin to your $PATH
sh: line 185: /Users/steven/bin/arduino-cli: Permission denied
Failed to install arduino-cli
macos-mojave-10:~ steven$
Environment
- CLI version (output of
arduino-cli version
): N/A - OS and platform: macOS 10.14.4 and 10.13.6