Skip to content

Failed to install arduino-cli using the script #2370

Closed
@LRDPRDX

Description

@LRDPRDX

Describe the problem

Sorry if there is an issue regarding this, I didn't find any.

I am trying to install arduino-cli on raspberry pi 4.

curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh

and I'm getting the error:

Installing in /home/raspy/local/bin
ARCH=ARM64
OS=Linux
Using curl as download tool
Downloading https://downloads.arduino.cc/arduino-cli/arduino-cli_0.34.2_Linux_ARM64.tar.gz
tar: /tmp/arduino-cli_0.34.2_Linux_ARM64.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Failed to install arduino-cli

To reproduce

curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh

Expected behavior

arduino-cli should be installed.

Arduino CLI version

0.34.2 (trying to install)

Operating system

Linux

Operating system version

Ubuntu 23.04

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the nightly build
  • My report contains all necessary details

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions