thunderace / Esp8266-Arduino-Makefile

Makefile to build arduino code for ESP8266/ESP32x under linux (tested on debian X64)
34 stars 20 forks source link

Not working with zsh #21

Closed andreacampanella closed 5 years ago

andreacampanella commented 6 years ago

I have zsh installed and the esp8266-install.sh trown an error "declare: not found".

thunderace commented 5 years ago

try

sh esp8266-install.sh

or

 bash esp8266-install.sh
thunderace commented 5 years ago

Shebang added in all scripts files. should fix your problem