Hi
When following this guideline in Windows using putty and filezilla to transfer the file I got an error when executing setup.sh
saying: "Bash script and /bin/bash^M: bad interpreter: No such file or directory"
solved by running "sed -i -e 's/\r$//' setup.sh"
before ./setup.sh
solution found at:
https://stackoverflow.com/questions/14219092/bash-script-and-bin-bashm-bad-interpreter-no-such-file-or-directory
//Martin
PxCSE