You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: