sourcerer-app
sourcerer-app copied to clipboard
Errors on Windows when $HOME contains a space
If $HOME contains space (which is the case for multiword usernames on Windows), the installer fails:
$ curl -s https://sourcerer.io/app/install | bash
Installing sourcerer app...
bash: line 12: [: c/Users/Alexander: binary operator expected
mkdir: cannot create directory 'c/Users/Alexander': Permission denied
...
Any progress on this one? Still getting the error :)