Skip to content
Snippets Groups Projects
Commit 1d48ee4e authored by Severin Landwein's avatar Severin Landwein
Browse files

.

parent 0d49aca6
No related branches found
No related tags found
No related merge requests found
Pipeline #159688 passed
......@@ -6,9 +6,11 @@ cd ~
# Install arduino-cli
apt-get install curl -y
apt-get install bzip2
curl -L -o arduino-cli.tar.bz2 https://github.com/arduino/arduino-cli/releases/download/0.22.0/arduino-cli_0.22.0_Linux_64bit.tar.gz
tar xzf arduino-cli.tar.bz2 -C /usr/bin/arduino-cli
rm arduino-cli.tar.bz2
curl -L -o arduino-cli.tar.gz https://github.com/arduino/arduino-cli/releases/download/0.22.0/arduino-cli_0.22.0_Linux_64bit.tar.gz
tar xzf arduino-cli.tar.gz
rm arduino-cli.tar.gz
rm LICENSE.txt
mv `ls -1` /usr/bin/arduino-cli
# Install python, pip and pyserial
# apt-get install python -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment