HornedSungem / SungemSDK

Horned Sungem
http://www.hornedsungem.org/
Apache License 2.0
33 stars 14 forks source link

Fix installing problem on Raspberry Pi #8

Closed jimaobian closed 6 years ago

jimaobian commented 6 years ago

Use bash instead of sh. Otherwise bash will throw the following error on Raspberry Pi.

install-opencv.sh: 14: install-opencv.sh: [[: not found
Installing opencv python for non-Raspbian

Change the chmod of "install-opencv.sh"

HornedSungem commented 6 years ago

We have uploaded the new version to fix the bugs. Thanks.