Hi! Following problem on Pop!_OS when running bash install:
Installing binaries ...
install: ./compile: /bin/bash^M: bad interpreter: No such file or directory
I had to sed -i 's/\r$//' install to get to this step. Before that I got the following error:
install: line 2: $'\r': command not found
: invalid option set: -
set: usage: set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]
install: line 4: $'\r': command not found
install: line 36: syntax error near unexpected token `$'{\r''
'nstall: line 36: `function abort {
So perhaps this is also related to the line break format?