We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5636eb8 commit dff2042Copy full SHA for dff2042
install.sh
@@ -98,6 +98,7 @@ if [ $? -ne 0 ]; then echo -e "\xe2\x9c\x96 OR CACHED"; else echo -e """$GREEN""
98
echo -n "ESP8266: "
99
DEPENDENCY_OUTPUT=$(arduino --install-boards esp8266:esp8266 2>&1)
100
if [ $? -ne 0 ]; then echo -e "\xe2\x9c\x96 OR CACHED"; else echo -e """$GREEN""\xe2\x9c\x93"; fi
101
+chmod +x /home/travis/.arduino15/packages/esp8266/hardware/esp8266/2.5.0-beta1/tools/signing.py
102
103
echo -n "ADAFRUIT AVR: "
104
DEPENDENCY_OUTPUT=$(arduino --install-boards adafruit:avr 2>&1)
0 commit comments