Prepares your Ubuntu to arduino by setting the correct permissions and adding the current user to the necessary groups. Tested on Ubuntu 18.04 and 20.04
$ chmod 0755 install.sh
$ sudo ./install.sh
$ iniarduino
Helps upload code to arduino without receiving errors for not being recognized on Ubuntu 18.04.
ShellMIT