pimoroni / breakout-garden

Documentation, software, and examples for the Breakout Garden ecosystem.
https://shop.pimoroni.com/products/breakout-garden-hat
MIT License
72 stars 14 forks source link

Installer failed to install five breakout boards at once #2

Closed lesp closed 6 years ago

lesp commented 6 years ago

Hello :) ==SETUP==

==END==

breakoutgarden

Hope this makes sense :) Les

sandyjmacdonald commented 6 years ago

The problem appears to be that the script attempts to write to a temporary directory that doesn't exit.

This commit should fix the problem, by adding a if [ ! -d "$TMP_DIR" ]; then mkdir $TMP_DIR fi to create the temporary directory if it doesn't already exist.

sandyjmacdonald commented 6 years ago

Ok, it seems to work now, so closing this issue...