Specify bash for install script

There are <<< redirects which are a bash-ism, so we should specify /bin/bash and now we do.
This commit is contained in:
R. Francis Smith 2021-08-09 11:45:16 -05:00 committed by GitHub
parent 0b477be907
commit 34e1e364cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
checkShasum ()
{