replace bash with sh

sh is portable across POSIX systems
This commit is contained in:
rain 2016-08-16 19:45:24 +01:00
parent 3577e8feb2
commit b998621cf5

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
#------------------------------------------------------------------------------
# Bash script for installing pre-requisite packages for solidity on a
# Shell script for installing pre-requisite packages for solidity on a
# variety of Linux and other UNIX-derived platforms.
#
# This is an "infrastucture-as-code" alternative to the manual build