xpertsavenue/WiringOP-Zero

build script: wrong shell interpreter

Opened this issue · 0 comments

On Armbian Buster, the /bin/sh interpreter does not understand [[ ... ]] (line 4 of build script). An error message is printed. If you change the first line to #!/bin/bash it works perfectly.