Skip to content

Incorrect command given for running install.sh in ubuntu #170

Closed
@imraghavagr

Description

@imraghavagr

The below command does not execute "install.sh" file for installing arduino-1.x through ubuntu terminal:

assets/install.sh

Quick Start Github docs link.
Quick Start Arduino website link.

The solution to the above problem is:

sudo sh assets/install.sh

NOTE:

  • Remove 'sudo' keyword if already running terminal with administrative rights.
  • The folder structure of the latest 1.8.19 version does not have 'assets' folder in it and the 'intall.sh' is directly placed in the "arduino-1.8.19" folder. In this case run the following command:
sudo sh install.sh

I would be very happy to send a pull request related to the changes I mentioned above.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions