Open wouterbt opened 4 years ago
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.
[[ ... ]]
#!/bin/bash
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.