Last active
June 19, 2019 07:26
-
-
Save kitmonisit/74b5f8652d980ffd238d4f6ed9938265 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sudo apt-get -y update | |
sudo apt-get -y upgrade | |
wget https://downloads.arduino.cc/arduino-1.8.9-linux64.tar.xz | |
tar xvf arduino-1.8.9-linux64.tar.xz | |
cd arduino-1.8.9 | |
sudo ./install.sh | |
sudo chown codersguild ~/Desktop/arduino-arduinoide.desktop | |
sudo usermod -a -G dialout codersguild |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment