This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Only tested on Ubuntu 17.10 x64 (This is because CMAKE Package 3.6 is required for Build OpenALPR Android Script) | |
######################################################################################################## | |
# Script pieced together and tested by Kevin J. Petersen (Github: https://github.com/kevinjpetersen) ### | |
######################################################################################################## | |
## Scripts used ## | |
# ubuntu-cli-install-android-sdk.sh by zhy0 (Github: https://github.com/zhy0) |