Fix bashisms in install.sh (#440)
`[ ... == ... ]` is Bash extension. install.sh should use syntax of standard `test` command.
Showing
Please register or sign in to comment
`[ ... == ... ]` is Bash extension. install.sh should use syntax of standard `test` command.