sudo apt-get install arduino
Opened a terminal at: /usr/share/arduino/hardware/
sudo mkdir esp8266com
cd esp8266com
sudo git clone https://github.com/esp8266/Arduino.git esp8266
cd esp8266/tools
sudo python get.py
After opening the Arduino IDE with a Doit NodeMcu Lua ESP8266 ESP-12E plugged in there are only options for the Arduino boards in tools>boards and nothing obvious in tools>programmer.
Any idea what I have done wrong?