lellasone / computer_config

config files used in my various ubuntu installs.
0 stars 0 forks source link

Arduino Install Broken #11

Open lellasone opened 3 years ago

lellasone commented 3 years ago

The Arduino link and commands are not correctly added to the main operating system when the install script runs.

lellasone commented 3 years ago

The issue was bad permissions on the main Arduino script itself. This has been fixed in the arduino_install.sh script, but not tested (since it is now configured either way on this machine). This should be closed once the install process has been verified on a clean machine.

lellasone commented 3 years ago

Okay, this is what needs to happen to install Arduino:

  1. Download a new copy of the zip file from the website.
  2. Unzip the file to create a folder (pick name).
  3. Move the folder to somewhere not-dropbox, perhaps in home.
  4. Run the install script as sudo.