Arduino-cli (Application): Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 January 2025

  • curprev 19:1819:18, 13 January 2025T1t0 talk contribs 1,385 bytes +1,385 Created page with "== Install == * from https://github.com/arduino/arduino-cli/releases <pre> # shared/opt install schema v1.5.6 #### as common user #### # define applications vars export SOFTWARE_PATH="/home/shared/opt/software" export NAME="arduino-cli" export VERSION="1.1.1" export URL="https://github.com/arduino/arduino-cli/releases/download/v${VERSION}/arduino-cli_${VERSION}_Linux_64bit.tar.gz" su - -w SOFTWARE_PATH,NAME,VERSION #### as root #### # install packages and prepare des..."