Closed ghost closed 4 years ago
Currently build.sh does not have execute permissions. This means the user must do chmod +x in order to run the file. Small patch that adds the execute permission.
build.sh
chmod +x
Cheers!
Currently
build.sh
does not have execute permissions. This means the user must dochmod +x
in order to run the file. Small patch that adds the execute permission.