Skip to content

Commit dff2042

Browse files
committed
what if we just chmod it, does that help?
1 parent 5636eb8 commit dff2042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ if [ $? -ne 0 ]; then echo -e "\xe2\x9c\x96 OR CACHED"; else echo -e """$GREEN""
9898
echo -n "ESP8266: "
9999
DEPENDENCY_OUTPUT=$(arduino --install-boards esp8266:esp8266 2>&1)
100100
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
101102

102103
echo -n "ADAFRUIT AVR: "
103104
DEPENDENCY_OUTPUT=$(arduino --install-boards adafruit:avr 2>&1)

0 commit comments

Comments
 (0)