ls -l /bin/shto find your system's default shell. If this is not /bin/bash (or something equivalent), you have a bit more work to do. First do
which bashto find the path to bash, then modify the top line of each of the shell scripts, replacing
#!/bin/sh
with the path to
bash on your system.