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

.

parent 14a8ed55
Branches
Tags
No related merge requests found
Pipeline #159687 failed
...@@ -6,10 +6,9 @@ cd ~ ...@@ -6,10 +6,9 @@ cd ~
# Install arduino-cli # Install arduino-cli
apt-get install curl -y apt-get install curl -y
apt-get install bzip2 apt-get install bzip2
curl -L -o arduino-cli.tar.bz2 hhttps://github.com/arduino/arduino-cli/releases/download/0.22.0/arduino-cli_0.22.0_Linux_64bit.tar.gz 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 xjf arduino-cli.tar.bz2 tar xzf arduino-cli.tar.bz2 -C /usr/bin/arduino-cli
rm arduino-cli.tar.bz2 rm arduino-cli.tar.bz2
mv `ls -1` /usr/bin/arduino-cli
# Install python, pip and pyserial # Install python, pip and pyserial
# apt-get install python -y # 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