cathugger / mkp224o

vanity address generator for tor onion v3 (ed25519) hidden services
Creative Commons Zero v1.0 Universal
1.27k stars 150 forks source link

Bad interpreter on Ubuntu / WSL2 #86

Closed Huskynarr closed 2 years ago

Huskynarr commented 2 years ago

On Ubuntu / WSL2 i get this error Message: ~/mkp224o$ ./autogen.sh -bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory

The file is untouched and should be correct.

Huskynarr commented 2 years ago

Solved with: sed -i -e 's/\r$//' autogen.sh