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! 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?
The text was updated successfully, but these errors were encountered:
Hi! Following problem on Pop!_OS when running
bash install
:I had to
sed -i 's/\r$//' install
to get to this step. Before that I got the following error:So perhaps this is also related to the line break format?
The text was updated successfully, but these errors were encountered: