The install utility is a bash script not a shell script. ``` $ ./install-oatpp-modules.sh ./install-oatpp-modules.sh: 17: Syntax error: "(" unexpected ``` ...thus the shebang must be `#!/bin/bash`
The install utility is a bash script not a shell script.
...thus the shebang must be
#!/bin/bash